[Python-checkins] cpython: Issue #24186: Reenable optimised OpenSSL function

steve.dower python-checkins at python.org
Fri Sep 9 17:57:48 EDT 2016


https://hg.python.org/cpython/rev/6a8a6e26a1bc
changeset:   103473:6a8a6e26a1bc
user:        Steve Dower <steve.dower at microsoft.com>
date:        Fri Sep 09 14:57:39 2016 -0700
summary:
  Issue #24186: Reenable optimised OpenSSL function

files:
  PCbuild/openssl.props |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/PCbuild/openssl.props b/PCbuild/openssl.props
--- a/PCbuild/openssl.props
+++ b/PCbuild/openssl.props
@@ -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" />

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list