DH_get0_engine

Return the ENGINE bound to a DH object, if any (deprecated).

Synopsis

Declared in <openssl/dh.h>

[[deprecated]]
ENGINE*
DH_get0_engine(DH* d);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

ENGINE handle, or NULL when no ENGINE is set.

Parameters

NameDescription
dDH object to query.