ASN1_PCTX_set_flags

Set the general ASN1_PCTX_FLAGS_* print-control flags on a print context.

Synopsis

Declared in <openssl/asn1.h>

void
ASN1_PCTX_set_flags(
    ASN1_PCTX* p,
    unsigned long flags);

Parameters

NameDescription
pPrint context to update.
flagsNew flag mask (replaces the previous flags entirely).