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