DH_meth_get0_app_data

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

Synopsis

Declared in <openssl/dh.h>

[[deprecated]]
void*
DH_meth_get0_app_data(DH_METHOD const* dhm);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

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

Parameters

NameDescription
dhmMethod object to query.