Sortix main manual
This manual documents Sortix main. You can instead view this document in the latest official manual.
NAME
ENGINE_new, ENGINE_up_ref, ENGINE_free, ENGINE_set_destroy_function, ENGINE_get_destroy_function — create and destroy ENGINE objectsSYNOPSIS
#include <openssl/engine.h>ENGINE_new(void);
ENGINE_up_ref(ENGINE *e);
ENGINE_free(ENGINE *e);
(*ENGINE_GEN_INT_FUNC_PTR)(ENGINE *e);
ENGINE_set_destroy_function(ENGINE *e, ENGINE_GEN_INT_FUNC_PTR destroy_f);
ENGINE_get_destroy_function(const ENGINE *e);