Don't make pthreads mutexes recursive.
authorRich Salz <rsalz@akamai.com>
Thu, 21 Jan 2021 17:32:27 +0000 (12:32 -0500)
committerMatt Caswell <matt@openssl.org>
Fri, 5 Feb 2021 10:29:44 +0000 (10:29 +0000)
commite60147fe74c202ef3ce5d36115252b7c3c504cd7
tree7ff469c2db1895205e12b21da7a4a446d6462bd7
parent05f41859ddfff9b19f6599e545607f3d49630ce0
Don't make pthreads mutexes recursive.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13924)
crypto/threads_pthread.c