Allocate an empty ASN.1 GeneralString.
Synopsis
Declared in <openssl/asn1.h>
ASN1_GENERALSTRING*
ASN1_GENERALSTRING_new();
Return Value
New ASN1_GENERALSTRING, or NULL on allocation failure.
Created with MrDocs