Retrieve application data previously stored on an ENGINE.
Declared in <openssl/engine.h>
[[deprecated]]
void*
ENGINE_get_ex_data(
ENGINE const* e,
int idx);
Deprecated. Use of this entity is allowed but discouraged.
Pointer stored at idx, or NULL if unset.
| Name | Description |
|---|---|
| e | ENGINE to query. |
| idx | Index previously obtained from ENGINE_get_ex_new_index(). |