ENGINE_get_id

Return the unique identifier string of an ENGINE (deprecated).

Synopsis

Declared in <openssl/engine.h>

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

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

NUL-terminated id (do not free), or NULL if unset.

Parameters

NameDescription
eENGINE to query.