OSSL_CMP_MSG_free

Free an OSSL_CMP_MSG structure and its contents.

Synopsis

Declared in <openssl/cmp.h>

void
OSSL_CMP_MSG_free(OSSL_CMP_MSG* a);

Parameters

NameDescription
aValue to free, or NULL.