]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add the function OPENSSL_thread_stop_ex()
authorMatt Caswell <matt@openssl.org>
Tue, 28 May 2019 15:21:19 +0000 (16:21 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 17 Jun 2019 15:19:44 +0000 (16:19 +0100)
commit52b18ce10498dc2d8ced7db31ead116f4eeca134
tree03b9010afd6a4089e6beeb41fe04dbcf31b39c6e
parentda747958c5db57dbe22c015d058be9db8a90f8f9
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)
crypto/initthread.c
include/openssl/crypto.h
test/evp_extra_test.c
util/libcrypto.num