PKCS7_RECIP_INFO_free

Free a PKCS#7 recipient info structure and its contents.

Synopsis

Declared in <openssl/pkcs7.h>

void
PKCS7_RECIP_INFO_free(PKCS7_RECIP_INFO* a);

Parameters

NameDescription
aValue to free, or NULL.