Register every algorithm category that e implements.

Synopsis

Declared in <openssl/engine.h>

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

Deprecated. Use of this entity is allowed but discouraged.

Description

Prefer selective ENGINE_register_*() calls if you only need a subset, to avoid pulling in unused static ENGINE code.

Return Value

Always 1.

Parameters

Name

Description

e

ENGINE whose RSA/DSA/EC/DH/RAND/cipher/digest/pkey support should all be registered.

Created with MrDocs