]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix breakage on arm64_32 platforms
authorTomas Mraz <tomas@openssl.org>
Tue, 10 Dec 2024 10:04:31 +0000 (11:04 +0100)
committerTomas Mraz <tomas@openssl.org>
Fri, 13 Dec 2024 14:06:52 +0000 (15:06 +0100)
commit038b0f6b996d267c1a2da80ab7026bf01990875b
tree85434b3b0a5c1cb8e3786b4fc78c45c8dd826486
parent95e52e97566528dce728292515a8269e4482ab71
Fix breakage on arm64_32 platforms

We just avoid the special handling needed for Apple M1.

Fixes #26135

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/26145)

(cherry picked from commit 79c9cbbe1f9c3b8314312b6d8bb25b7138831e04)
crypto/threads_pthread.c