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