ENGINE_get_finish_function

Return the finish callback registered on an ENGINE.

Synopsis

Declared in <openssl/engine.h>

[[deprecated]]
ENGINE_GEN_INT_FUNC_PTR
ENGINE_get_finish_function(ENGINE const* e);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Finish function pointer, or NULL if none is set.

Parameters

NameDescription
eENGINE to query.