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