Return the OID print flags currently set on an ASN.1 print context.
Synopsis
Declared in <openssl/asn1.h>
unsigned long
ASN1_PCTX_get_oid_flags(ASN1_PCTX const* p);
Return Value
ASN1_STRFLGS_* style flags controlling OID formatting.
Parameters
Name |
Description |
p |
Print context to query. |
Created with MrDocs