DH_meth_get_init

Return the DH object-initialization callback from a DH_METHOD (deprecated).

Synopsis

Declared in <openssl/dh.h>

[[deprecated]]
int(*
DH_meth_get_init(DH_METHOD const* dhm))(DH*);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Pointer to the init callback, or NULL if unset.

Parameters

NameDescription
dhmMethod table to query.