PKCS7_ENC_CONTENT_free

Free a PKCS#7 EncryptedContentInfo and its contents.

Synopsis

Declared in <openssl/pkcs7.h>

void
PKCS7_ENC_CONTENT_free(PKCS7_ENC_CONTENT* a);

Parameters

NameDescription
aValue to free, or NULL.