Callback invoked when a thread is stopping so a provider can release thread‐local state.

Synopsis

Declared in <openssl/core.h>

typedef void(* OSSL_thread_stop_handler_fn)(void*);

Parameters

Name

Description

arg

Provider‐side context previously registered with the core thread‐start function.

Created with MrDocs