ENGINE_unregister_DH

Remove e's DH method from the ENGINE DH implementation table (deprecated).

Synopsis

Declared in <openssl/engine.h>

[[deprecated]]
void
ENGINE_unregister_DH(ENGINE* e);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Parameters

NameDescription
eENGINE previously registered for DH.