NAME

catcert_free - free a cat_cert structure

SYNOPSIS

#include <cat/cat.h>

void catcert_free(cat_cert *cert);

DESCRIPTION

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.

SEE ALSO

cat, catcert

catcert_parse