ENGINE_register_complete

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

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