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