[#DIRECTORYSTRING_new] = DIRECTORYSTRING_new :mrdocs: Allocate an empty DirectoryString (ASN.1 string CHOICE wrapper). == Synopsis Declared in `<openssl/asn1.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:ASN1_STRING.adoc[ASN1_STRING]* DIRECTORYSTRING_new(); ---- == Return Value New ASN1_STRING used as a DirectoryString, or NULL on allocation failure. [.small]#Created with https://www.mrdocs.com[MrDocs]#