DH_get_ex_data

Return application data previously stored on a DH object (deprecated).

Synopsis

Declared in <openssl/dh.h>

[[deprecated]]
void*
DH_get_ex_data(
    DH const* d,
    int idx);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Stored pointer, or NULL if unset.

Parameters

NameDescription
dDH object to query.
idxIndex obtained from DH_get_ex_new_index().