LDNS_KEY_LIST_FREE(3) - Linux man page online | Library functions
Free a ldns_key.
Chapter
30 May 2006
ldns(3) Library Functions Manual ldns(3)
@nlnetlabs.nl or in our bugzilla at http://www.nlnet‐
labs.nl/bugs/index.html
30 May 2006 ldns(3)
NAME
ldns_key_free, ldns_key_deep_free, ldns_key_list_free - free a ldns_keySYNOPSIS
#include <stdint.h> #include <stdbool.h> #include <ldns/ldns.h> void ldns_key_free(ldns_key *key); void ldns_key_deep_free(ldns_key *key); void ldns_key_list_free(ldns_key_list *key_list);DESCRIPTION
ldns_key_free() frees a key structure, but not its internal data structures key: the key object to free ldns_key_deep_free() frees a key structure and all its internal data structures, except the data set by ldns_key_set_external_key() key: the key object to free ldns_key_list_free() Frees a key list structure key_list: the key list object to freeAUTHOR
The ldns team at NLnet Labs. Which consists out of Jelte Jansen and Miek Gieben.REPORTING BUGS
Please report bugs to