]> granicus.if.org Git - python/commitdiff
Issue #24186: Disable optimised OpenSSL functions on 64-bit Windows to avoid crashing.
authorSteve Dower <steve.dower@microsoft.com>
Thu, 14 May 2015 04:44:02 +0000 (21:44 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Thu, 14 May 2015 04:44:02 +0000 (21:44 -0700)
PCbuild/openssl.props

index 258db05d8c33121d05073d874f6d9d6e258bea64..d4ef7acd748db737e3728d45651bb3bf487aa3be 100644 (file)
@@ -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" />