Remove deadlock that was caused by calling pthread_rwlock_wrlock() on same thread...
authorMatus Kysel <mkysel@tachyum.com>
Fri, 22 Nov 2019 09:44:02 +0000 (10:44 +0100)
committerPauli <paul.dale@oracle.com>
Sat, 23 Nov 2019 21:32:22 +0000 (07:32 +1000)
commit0c080f73e8fc3cf7e73a42b15011d8a0a0c8aab7
treeaaf7dcff40ae0332c2c037985889910db742d9ae
parent6834df12d1aaaefbb20154ee1e013514d3c57dda
Remove deadlock that was caused by calling pthread_rwlock_wrlock() on same thread twice. This can be reproduce only with musl.

CLA: trivial

Signed-off-by: Matus Kysel <mkysel@tachyum.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/10501)
crypto/ex_data.c