[#ASN1_PRINTABLE_new] = ASN1_PRINTABLE_new :mrdocs: Allocate an empty ASN1_PRINTABLE string (PrintableString CHOICE wrapper). == Synopsis Declared in `<openssl/asn1.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:ASN1_STRING.adoc[ASN1_STRING]* ASN1_PRINTABLE_new(); ---- == Return Value New ASN1_STRING used as ASN1_PRINTABLE, or NULL on allocation failure. [.small]#Created with https://www.mrdocs.com[MrDocs]#