]> git.ipfire.org Git - thirdparty/openssl.git/commit
disable rwlocks on nonstop klt model
authorNeil Horman <nhorman@openssl.org>
Mon, 29 Jul 2024 19:17:07 +0000 (15:17 -0400)
committerNeil Horman <nhorman@openssl.org>
Wed, 24 Sep 2025 14:21:03 +0000 (10:21 -0400)
commitd8ecbb37dcfcee24c4f6c8e46e1e0caefb940187
tree719d963fbd5ac48fc329ac92dd93af3da87eefde
parent2788ec5017737796385d2d43c3f78175c5ec83fa
disable rwlocks on nonstop klt model

It appears nonstops new threading model defines some level of rwlock
pthread api, but its not working properly.  Disable rwlocks for
_KLT_MODEL_ for now

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/28635)
crypto/threads_pthread.c