[#OPENSSL_thread_stop_ex] = OPENSSL_thread_stop_ex :mrdocs: Release per‐thread OpenSSL state associated with library context `ctx.` == Synopsis Declared in `<openssl/crypto.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void OPENSSL_thread_stop_ex(xref:OSSL_LIB_CTX.adoc[OSSL_LIB_CTX]* ctx); ---- == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | Library context whose thread‐local resources are torn down for this thread. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#