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