[#DIRECTORYSTRING_free] = DIRECTORYSTRING_free :mrdocs: Free a DirectoryString and its contents. == Synopsis Declared in `<openssl/asn1.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void DIRECTORYSTRING_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]#