ENGINE_get_ex_data

Retrieve application data previously stored on an ENGINE.

Synopsis

Declared in <openssl/engine.h>

[[deprecated]]
void*
ENGINE_get_ex_data(
    ENGINE const* e,
    int idx);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Pointer stored at idx, or NULL if unset.

Parameters

NameDescription
eENGINE to query.
idxIndex previously obtained from ENGINE_get_ex_new_index().