ENGINE_get_name

Return the human-readable name string of an ENGINE.

Synopsis

Declared in <openssl/engine.h>

[[deprecated]]
char const*
ENGINE_get_name(ENGINE const* e);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

NUL-terminated name, or NULL if unset.

Parameters

NameDescription
eENGINE to query.