ASN1_PCTX_get_flags

Return the general ASN1_PCTX_FLAGS_* print-control flags from a print context.

Synopsis

Declared in <openssl/asn1.h>

unsigned long
ASN1_PCTX_get_flags(ASN1_PCTX const* p);

Return Value

Current flag mask.

Parameters

NameDescription
pPrint context to query.