ENGINE_get_prev

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

Synopsis

Declared in <openssl/engine.h>

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

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Structural reference to the previous ENGINE, or NULL at the start of the list.

Parameters

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