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