|
NAMEhx509_miscSYNOPSISFunctionsvoid hx509_free_octet_string_list (hx509_octet_string_list *list) void hx509_xfree (void *ptr) Detailed DescriptionFunction Documentationvoid hx509_free_octet_string_list (hx509_octet_string_list * list)Free a list of octet strings returned by another hx509 library function.Parameters: list list to be freed.
void hx509_xfree (void * ptr)Free a data element allocated in the library.Parameters: ptr data to be freed.
AuthorGenerated automatically by Doxygen for Heimdalx509library from the source code.
Visit the GSP FreeBSD Man Page Interface. |