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.

Created with MrDocs