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