Return the ctrl callback registered on an ENGINE (deprecated).
Declared in <openssl/engine.h>
[[deprecated]]
ENGINE_CTRL_FUNC_PTR
ENGINE_get_ctrl_function(ENGINE const* e);
Deprecated. Use of this entity is allowed but discouraged.
Ctrl function pointer, or NULL if none is set.
| Name | Description |
|---|---|
| e | ENGINE to query. |