summaryrefslogtreecommitdiffstats
path: root/doc/doxyout/hx509/man/man3/hx509_misc.3
blob: 3e00ce1434469ae848e0d8e2e14b6adea8751b34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
.TH "hx509 misc functions" 3 "30 Sep 2011" "Version 1.5.1" "Heimdalx509library" \" -*- nroff -*-
.ad l
.nh
.SH NAME
hx509 misc functions \- 
.SS "Functions"

.in +1c
.ti -1c
.RI "void \fBhx509_free_octet_string_list\fP (hx509_octet_string_list *list)"
.br
.ti -1c
.RI "void \fBhx509_xfree\fP (void *ptr)"
.br
.in -1c
.SH "Detailed Description"
.PP 

.SH "Function Documentation"
.PP 
.SS "void hx509_free_octet_string_list (hx509_octet_string_list * list)"
.PP
Free a list of octet strings returned by another hx509 library function.
.PP
\fBParameters:\fP
.RS 4
\fIlist\fP list to be freed. 
.RE
.PP

.SS "void hx509_xfree (void * ptr)"
.PP
Free a data element allocated in the library.
.PP
\fBParameters:\fP
.RS 4
\fIptr\fP data to be freed. 
.RE
.PP

OpenPOWER on IntegriCloud