mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Issue #24186: Disable optimised OpenSSL functions on 64-bit Windows to avoid crashing.
This commit is contained in:
parent
08e5300afc
commit
c8241cfb8c
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,6 @@
|
|||
<PreprocessorDefinitions Include="OPENSSL_THREADS" />
|
||||
<PreprocessorDefinitions Include="OPENSSL_SYSNAME_WIN32" />
|
||||
<PreprocessorDefinitions Include="OPENSSL_IA32_SSE2" />
|
||||
<PreprocessorDefinitions Include="OPENSSL_BN_ASM_GF2m" />
|
||||
<PreprocessorDefinitions Include="OPENSSL_CPUID_OBJ" />
|
||||
<PreprocessorDefinitions Include="SHA1_ASM" />
|
||||
<PreprocessorDefinitions Include="SHA256_ASM" />
|
||||
|
@ -38,6 +37,7 @@
|
|||
<PreprocessorDefinitions Include="OPENSSL_NO_DYNAMIC_ENGINE" />
|
||||
</ItemGroup>
|
||||
<ItemGroup Condition="'$(Platform)'=='Win32'">
|
||||
<PreprocessorDefinitions Include="OPENSSL_BN_ASM_GF2m" />
|
||||
<PreprocessorDefinitions Include="OPENSSL_BN_ASM_PART_WORDS" />
|
||||
<PreprocessorDefinitions Include="OPENSSL_BN_ASM_MONT" />
|
||||
<PreprocessorDefinitions Include="RMD160_ASM" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue