Callback invoked when a thread is stopping so a provider can release thread-local state.
Declared in <openssl/core.h>
typedef void(* OSSL_thread_stop_handler_fn)(void*);
| Name | Description |
|---|---|
| arg | Provider-side context previously registered with the core thread-start function. |