ENGINE_get_last

Return the last ENGINE in the global ENGINE list (deprecated).

Synopsis

Declared in <openssl/engine.h>

[[deprecated]]
ENGINE*
ENGINE_get_last();

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

ENGINE with an incremented structural reference, or NULL if the list is empty.