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