Free an OSSL_CMP_PKIHEADER structure and its contents.

Synopsis

Declared in <openssl/cmp.h>

void
OSSL_CMP_PKIHEADER_free(OSSL_CMP_PKIHEADER* a);

Parameters

Name

Description

a

Value to free, or NULL.

Created with MrDocs