Free callback supplied by the loading application to a dynamic ENGINE.
Declared in <openssl/engine.h>
typedef void(* dyn_MEM_free_fn)(void*, char const*, int);
| Name | Description |
|---|---|
| ptr | Allocation to release. |
| file | Source file name for leak tracking, or NULL. |
| line | Source line for leak tracking. |