]> git.ipfire.org Git - thirdparty/openssl.git/commit
Revert wrong macos RCU fix
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Mon, 24 Feb 2025 06:51:16 +0000 (07:51 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 25 Feb 2025 09:38:40 +0000 (10:38 +0100)
commit1a6e903562cfb04f867210887ce4fb226b4c13b5
tree88e08cb09223370a198837ae976a7e6b476f577e
parent8d063ae528e99d5cb273fb07900ad8d38068d0d9
Revert wrong macos RCU fix

This reverts #23974 which seems to be no longer needed now,
due to other fixes nearby.  Most likely the change did just
slightly decrease the performance of the reader threads, and
did therefore create the wrong impression that it fixed the issue.

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26881)

(cherry picked from commit a6f512a1e6c1c2e3e1efaad51a6fcf65f260bbb1)
crypto/threads_pthread.c