PKCS7_SIGN_ENVELOPE_free

Free a PKCS#7 SignedAndEnvelopedData structure and its contents.

Synopsis

Declared in <openssl/pkcs7.h>

void
PKCS7_SIGN_ENVELOPE_free(PKCS7_SIGN_ENVELOPE* a);

Parameters

NameDescription
aValue to free, or NULL.