Store an application pointer on an ASN.1 scan context for use by the scan callback.

Synopsis

Declared in <openssl/asn1.h>

void
ASN1_SCTX_set_app_data(
    ASN1_SCTX* p,
    void* data);

Parameters

Name

Description

p

Scan context to update.

data

Opaque pointer retrieved later with ASN1_SCTX_get_app_data().

Created with MrDocs