[openssl/openssl] 2ad13b: VC++ 2010 x86 compilers do not have InterlockedOr64
Georgi Valkov
noreply at github.com
Wed Mar 22 13:47:49 UTC 2023
Branch: refs/heads/openssl-3.0
Home: https://github.com/openssl/openssl
Commit: 2ad13ba03bdc9fe8edff5054b1df6a04b95e948e
https://github.com/openssl/openssl/commit/2ad13ba03bdc9fe8edff5054b1df6a04b95e948e
Author: Georgi Valkov <gvalkov at gmail.com>
Date: 2023-03-22 (Wed, 22 Mar 2023)
Changed paths:
M crypto/threads_win.c
Log Message:
-----------
VC++ 2010 x86 compilers do not have InterlockedOr64
The changes from the following commit should also apply to
Visual Studio 2010
https://github.com/openssl/openssl/commit/2d46a44ff24173d2cf5ea2196360cb79470d49c7#r104867505
Fixes build errors: undefined symbol InterlockedOr64
on Windows 2003, Visual Studio 2010 for x86 target.
CLA: trivial
Signed-off-by: Georgi Valkov <gvalkov at gmail.com>
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20557)
(cherry picked from commit 8bdc3708964814ea0b7002df020fbd459e3a813f)
More information about the openssl-commits
mailing list