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

Name

Description

ctx

Library context whose thread‐local resources are torn down for this thread.

Created with MrDocs