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

Name

Description

e

ENGINE passed to the callback.

Created with MrDocs