Return the opaque application data pointer stored on a DSA_METHOD (deprecated).

Synopsis

Declared in <openssl/dsa.h>

[[deprecated]]
void*
DSA_meth_get0_app_data(DSA_METHOD const* dsam);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Application data previously set with DSA_meth_set0_app_data(), or NULL.

Parameters

Name

Description

dsam

Method object to query.

Created with MrDocs