dyn_MEM_free_fn

Free callback supplied by the loading application to a dynamic ENGINE.

Synopsis

Declared in <openssl/engine.h>

typedef void(* dyn_MEM_free_fn)(void*, char const*, int);

Parameters

NameDescription
ptrAllocation to release.
fileSource file name for leak tracking, or NULL.
lineSource line for leak tracking.