]> git.ipfire.org Git - thirdparty/openssl.git/commit
Detect MinGW 32 bit for NO_INTERLOCKEDOR64
authorAdam (ThinLinc team) <146726448+CendioHalim@users.noreply.github.com>
Mon, 29 Jul 2024 11:54:46 +0000 (13:54 +0200)
committerTomas Mraz <tomas@openssl.org>
Mon, 2 Sep 2024 08:24:58 +0000 (10:24 +0200)
commitc94d13a06965d4a3d9abf15d3cf5dc90c9d7c49c
tree4b510de1f2f1c36982520e0a6d18f51fa0029350
parentd5b3c0e24bc56614e92ffafdd705622beaef420a
Detect MinGW 32 bit for NO_INTERLOCKEDOR64

Builds using 32 bit MinGW will fail, due to the same reasoning described in commit 2d46a44ff24173d2cf5ea2196360cb79470d49c7.

CLA: trivial

Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25025)
crypto/threads_win.c