summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-02-09 09:13:45 +0000
committerMatt Caswell <matt@openssl.org>2016-02-09 15:11:38 +0000
commit71567a6f418ed1dc42d4c5ec57f72d3119b75966 (patch)
tree711f27361058f6547b849988dacdcf85d5bc2d69 /include
parent8793f012f11416abd300aa524057c863e8c16dd5 (diff)
Provide a thread stop API
Add the OPENSSL_INIT_thread_stop() function. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/crypto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/crypto.h b/include/openssl/crypto.h
index 6529bf4dd4..a5501c98fb 100644
--- a/include/openssl/crypto.h
+++ b/include/openssl/crypto.h
@@ -601,6 +601,7 @@ void OPENSSL_INIT_library_stop(void);
void OPENSSL_INIT_crypto_library_start(uint64_t opts,
const OPENSSL_INIT_SETTINGS *settings);
int OPENSSL_INIT_register_stop_handler(void (*handler)(void));
+void OPENSSL_INIT_thread_stop(void);
/* BEGIN ERROR CODES */
/*