ENGINE_unregister_ciphers

Unregister all cipher implementations previously registered from e (deprecated).

Synopsis

Declared in <openssl/engine.h>

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

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Parameters

NameDescription
eENGINE whose cipher methods are removed from the global cipher table.