Register e as the default ENGINE for all cipher NIDs it implements (deprecated).

Synopsis

Declared in <openssl/engine.h>

[[deprecated]]
int
ENGINE_set_default_ciphers(ENGINE* e);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Non‐zero on success, or 0 on failure.

Parameters

Name

Description

e

ENGINE whose cipher implementations should become defaults.

Created with MrDocs