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

Name

Description

itav

Value to free, or NULL.

Created with MrDocs