Sortix main manual
This manual documents Sortix main. You can instead view this document in the latest official manual.
NAME
ENGINE_init, ENGINE_finish, ENGINE_set_init_function, ENGINE_set_finish_function, ENGINE_get_init_function, ENGINE_get_finish_function — initialize ENGINE objectsSYNOPSIS
#include <openssl/engine.h>ENGINE_init(ENGINE *e);
ENGINE_finish(ENGINE *e);
(*ENGINE_GEN_INT_FUNC_PTR)(ENGINE *e);
ENGINE_set_init_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR init_f);
ENGINE_set_finish_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR finish_f);
ENGINE_get_init_function(const ENGINE *e);
ENGINE_get_finish_function(const ENGINE *e);