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

Name

Description

e

ENGINE whose digests should be removed from selection.

Created with MrDocs