ASN1_PCTX_free

Free an ASN1_PCTX allocated by ASN1_PCTX_new().

Synopsis

Declared in <openssl/asn1.h>

void
ASN1_PCTX_free(ASN1_PCTX* p);

Parameters

NameDescription
pPrint context to free, or NULL (no-op).