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