DSA_meth_get0_app_data

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

NameDescription
dsamMethod object to query.