catcert_free - free a cat_cert structure
#include <cat/cat.h>
void catcert_free(cat_cert *cert);
This function frees the cert structure obtained by a previous call to
catcert_parse().
The function accepts NULL as argument, in which case no action is taken.
cat, catcert
catcert_parse