Allocate an empty ASN.1 PrintableString.

Synopsis

Declared in <openssl/asn1.h>

ASN1_PRINTABLESTRING*
ASN1_PRINTABLESTRING_new();

Return Value

New ASN1_PRINTABLESTRING, or NULL on allocation failure.

Created with MrDocs