OSSL_CMP_ITAV_free

Free an OSSL_CMP_ITAV structure and its infoType and infoValue contents.

Synopsis

Declared in <openssl/cmp.h>

void
OSSL_CMP_ITAV_free(OSSL_CMP_ITAV* itav);

Parameters

NameDescription
itavValue to free, or NULL.