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