OPENSSL_thread_stop_ex

Release per-thread OpenSSL state associated with library context ctx.

Synopsis

Declared in <openssl/crypto.h>

void
OPENSSL_thread_stop_ex(OSSL_LIB_CTX* ctx);

Parameters

NameDescription
ctxLibrary context whose thread-local resources are torn down for this thread.