ENGINE_get_next

Return the next ENGINE in OpenSSL's loaded list and release e.

Synopsis

Declared in <openssl/engine.h>

[[deprecated]]
ENGINE*
ENGINE_get_next(ENGINE* e);

WARNING

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

NameDescription
eStructural reference to the current ENGINE; released on behalf of the caller.