summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2019-05-28 16:21:19 +0100
committerMatt Caswell <matt@openssl.org>2019-06-17 16:19:44 +0100
commit52b18ce10498dc2d8ced7db31ead116f4eeca134 (patch)
tree03b9010afd6a4089e6beeb41fe04dbcf31b39c6e /util
parentda747958c5db57dbe22c015d058be9db8a90f8f9 (diff)
Add the function OPENSSL_thread_stop_ex()
This adds the ability to clean up a thread on a per OPENSSL_CTX basis. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9040)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 7280649920..0b181070eb 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -4831,3 +4831,4 @@ OPENSSL_CTX_get0_public_drbg 4775 3_0_0 EXIST::FUNCTION:
OPENSSL_CTX_get0_private_drbg 4776 3_0_0 EXIST::FUNCTION:
BN_CTX_new_ex 4777 3_0_0 EXIST::FUNCTION:
BN_CTX_secure_new_ex 4778 3_0_0 EXIST::FUNCTION:
+OPENSSL_thread_stop_ex 4779 3_0_0 EXIST::FUNCTION: