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

Name

Description

e

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

Created with MrDocs