Generic ENGINE callback with no parameters.
Synopsis
Declared in <openssl/engine.h>
typedef int(* ENGINE_GEN_FUNC_PTR)();
Return Value
Implementation‐defined status; typically nonzero for success.
Created with MrDocs