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