ENGINE_unregister_digests

Unregister e's digest implementations from the ENGINE digests table (deprecated).

Synopsis

Declared in <openssl/engine.h>

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

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Parameters

NameDescription
eENGINE whose digests should be removed from selection.