Return scan flags for the current field in an ASN.1 scan context.

Synopsis

Declared in <openssl/asn1.h>

unsigned long
ASN1_SCTX_get_flags(ASN1_SCTX* p);

Return Value

Flag word stored on p (ASN1_SCAN_* and related bits).

Parameters

Name

Description

p

Scan context to query.

Created with MrDocs