DH_meth_get_finish

Return the finish/cleanup callback installed on a custom DH_METHOD (deprecated).

Synopsis

Declared in <openssl/dh.h>

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

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Pointer to the finish callback, or NULL if unset.

Parameters

NameDescription
dhmMethod object to query.