Allocate an empty DirectoryString (ASN.1 string CHOICE wrapper).
Synopsis
Declared in <openssl/asn1.h>
ASN1_STRING*
DIRECTORYSTRING_new();
Return Value
New ASN1_STRING used as a DirectoryString, or NULL on allocation failure.
Created with MrDocs