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

Name

Description

ptr

Allocation to release.

file

Source file name for leak tracking, or NULL.

line

Source line for leak tracking.

Created with MrDocs