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