[#ENGINE_get_next] = ENGINE_get_next :mrdocs: Return the next ENGINE in OpenSSL's loaded list and release `e.` == Synopsis Declared in `<openssl/engine.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] xref:ENGINE.adoc[ENGINE]* ENGINE_get_next(xref:ENGINE.adoc[ENGINE]* e); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value Structural reference to the next ENGINE, or NULL at the end of the list. == Parameters [cols="1,4"] |=== | Name| Description | *e* | Structural reference to the current ENGINE; released on behalf of the caller. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#