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