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