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

Name

Description

e

ENGINE to query.

idx

Index previously obtained from ENGINE_get_ex_new_index().

Created with MrDocs