Return the destroy callback registered on an ENGINE.
Synopsis
Declared in <openssl/engine.h>
[[deprecated]]
ENGINE_GEN_INT_FUNC_PTR
ENGINE_get_destroy_function(ENGINE const* e);
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Return Value
Destroy function pointer, or NULL if none is set.
Parameters
Name |
Description |
e |
ENGINE to query. |
Created with MrDocs