Return the application pointer previously stored on an ASN.1 scan context.
Synopsis
Declared in <openssl/asn1.h>
void*
ASN1_SCTX_get_app_data(ASN1_SCTX* p);
Return Value
Pointer passed to ASN1_SCTX_set_app_data(), or NULL if none was set.
Parameters
Name |
Description |
p |
Scan context to query. |
Created with MrDocs