Allocate an empty PKCS#7 EncryptedContentInfo.
Synopsis
Declared in <openssl/pkcs7.h>
PKCS7_ENC_CONTENT*
PKCS7_ENC_CONTENT_new();
Return Value
New PKCS7_ENC_CONTENT, or NULL on allocation failure.
Created with MrDocs