]> granicus.if.org Git - python/commitdiff
Issue #24186: Reenable optimised OpenSSL function
authorSteve Dower <steve.dower@microsoft.com>
Fri, 9 Sep 2016 21:57:39 +0000 (14:57 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Fri, 9 Sep 2016 21:57:39 +0000 (14:57 -0700)
PCbuild/openssl.props

index e35c0d9f527137d96386a25661fb3f53cd1b0479..0de4e43410db0ca51770f31d5dc7e7d87ca78e48 100644 (file)
@@ -19,6 +19,7 @@
     <PreprocessorDefinitions Include="OPENSSL_THREADS" />
     <!-- <PreprocessorDefinitions Include="OPENSSL_SYSNAME_WIN32" /> -->
     <PreprocessorDefinitions Include="OPENSSL_IA32_SSE2" />
+    <PreprocessorDefinitions Include="OPENSSL_BN_ASM_GF2m" />
     <PreprocessorDefinitions Include="SHA1_ASM" />
     <PreprocessorDefinitions Include="SHA256_ASM" />
     <PreprocessorDefinitions Include="SHA512_ASM" />
@@ -38,7 +39,6 @@
     <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" />