[#PKCS7_ENC_CONTENT_new] = PKCS7_ENC_CONTENT_new :mrdocs: Allocate an empty PKCS#7 EncryptedContentInfo. == Synopsis Declared in `<openssl/pkcs7.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:PKCS7_ENC_CONTENT.adoc[PKCS7_ENC_CONTENT]* PKCS7_ENC_CONTENT_new(); ---- == Return Value New PKCS7_ENC_CONTENT, or NULL on allocation failure. [.small]#Created with https://www.mrdocs.com[MrDocs]#