Run per‐thread OpenSSL cleanup handlers for the calling thread in the default library context.

Synopsis

Declared in <openssl/crypto.h>

void
OPENSSL_thread_stop();

Description

Invoked automatically from OPENSSL_cleanup() and on thread exit when thread‐local destructors are active.

Created with MrDocs