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