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
Name |
Description |
p |
Print context to update. |
flags |
New flag mask (replaces the previous flags entirely). |
Created with MrDocs