ENGINE_GEN_INT_FUNC_PTR

Generic ENGINE callback receiving the ENGINE being operated on.

Synopsis

Declared in <openssl/engine.h>

typedef int(* ENGINE_GEN_INT_FUNC_PTR)(ENGINE*);

Return Value

Implementation-defined status; typically nonzero for success.

Parameters

NameDescription
eENGINE passed to the callback.