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

Name

Description

d

DH object to query.

Created with MrDocs