Allocate an empty PKCS#7 recipient info structure.

Synopsis

Declared in <openssl/pkcs7.h>

PKCS7_RECIP_INFO*
PKCS7_RECIP_INFO_new();

Return Value

New PKCS7_RECIP_INFO, or NULL on allocation failure.

Created with MrDocs