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

Name

Description

p

Print context to query.

Created with MrDocs