Allocate a new ASN.1 print context with default formatting flags.
Synopsis
Declared in <openssl/asn1.h>
ASN1_PCTX*
ASN1_PCTX_new();
Return Value
New ASN1_PCTX, or NULL on allocation failure.
Created with MrDocs