Allocate an empty CMS ContentInfo structure.
Synopsis
Declared in <openssl/cms.h>
CMS_ContentInfo*
CMS_ContentInfo_new();
Return Value
New CMS_ContentInfo, or NULL on allocation failure.
Created with MrDocs