[#ENGINE_get_last] = ENGINE_get_last :mrdocs: Return the last ENGINE in the global ENGINE list (deprecated). == Synopsis Declared in `<openssl/engine.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] xref:ENGINE.adoc[ENGINE]* ENGINE_get_last(); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value ENGINE with an incremented structural reference, or NULL if the list is empty. [.small]#Created with https://www.mrdocs.com[MrDocs]#