Return the DH_METHOD currently attached to an ENGINE.

Synopsis

Declared in <openssl/engine.h>

[[deprecated]]
DH_METHOD const*
ENGINE_get_DH(ENGINE const* e);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

DH method pointer, or NULL if none is set.

Parameters

Name

Description

e

ENGINE to query.

Created with MrDocs