[#CMS_ContentInfo_free] = CMS_ContentInfo_free :mrdocs: Free a CMS ContentInfo structure and its contents. == Synopsis Declared in `<openssl/cms.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void CMS_ContentInfo_free(xref:CMS_ContentInfo.adoc[CMS_ContentInfo]* a); ---- == Parameters [cols="1,4"] |=== | Name| Description | *a* | Value to free, or NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#