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