[#ASN1_PCTX_set_flags] = ASN1_PCTX_set_flags :mrdocs: Set the general ASN1_PCTX_FLAGS_* print‐control flags on a print context. == Synopsis Declared in `<openssl/asn1.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void ASN1_PCTX_set_flags( xref:ASN1_PCTX.adoc[ASN1_PCTX]* p, unsigned long flags); ---- == Parameters [cols="1,4"] |=== | Name| Description | *p* | Print context to update. | *flags* | New flag mask (replaces the previous flags entirely). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#