[#ASN1_PCTX_set_str_flags] = ASN1_PCTX_set_str_flags :mrdocs: Set ASN1_STRFLGS_* flags controlling how string fields are printed. == Synopsis Declared in `<openssl/asn1.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void ASN1_PCTX_set_str_flags( xref:ASN1_PCTX.adoc[ASN1_PCTX]* p, unsigned long flags); ---- == Parameters [cols="1,4"] |=== | Name| Description | *p* | Print context to update. | *flags* | String print flags (same family as ASN1_STRING_print_ex). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#