ENGINE_register_ciphers

Register e's cipher implementations with the global cipher table (deprecated).

Synopsis

Declared in <openssl/engine.h>

[[deprecated]]
int
ENGINE_register_ciphers(ENGINE* e);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

1 on success, or 0 on error.

Parameters

NameDescription
eENGINE whose ciphers should be registered.