]> git.ipfire.org Git - thirdparty/openssl.git/commit
Don't use __ATOMIC_ACQ_REL on older compilers
authorNeil Horman <nhorman@openssl.org>
Thu, 13 Feb 2025 20:52:16 +0000 (15:52 -0500)
committerNeil Horman <nhorman@openssl.org>
Sun, 16 Feb 2025 20:09:03 +0000 (15:09 -0500)
commit7d284560a0624206356d46a948ab3a0b6f670c0e
tree98646b24f1a77a966d88863d49a1dda113dac71c
parentafc64c240f2a99a6cd30a0384b5296ad9f0f7597
Don't use __ATOMIC_ACQ_REL on older compilers

Older compilers don't always support __ATOMIC_ACQ_REL, use a lock where
they don't

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/26747)
crypto/threads_pthread.c
crypto/threads_win.c