diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-09-09 21:57:39 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-09-09 21:57:39 (GMT) |
commit | ad46443e9d28553ad5dd8477ff5458fd07d53b77 (patch) | |
tree | 14e197626fadf69fff6b12fb0e9d18cc907bbf31 /PCbuild/openssl.props | |
parent | a721abac299bb6529021000a71847486d531b41a (diff) | |
download | cpython-ad46443e9d28553ad5dd8477ff5458fd07d53b77.zip cpython-ad46443e9d28553ad5dd8477ff5458fd07d53b77.tar.gz cpython-ad46443e9d28553ad5dd8477ff5458fd07d53b77.tar.bz2 |
Issue #24186: Reenable optimised OpenSSL function
Diffstat (limited to 'PCbuild/openssl.props')
-rw-r--r-- | PCbuild/openssl.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/openssl.props b/PCbuild/openssl.props index e35c0d9..0de4e43 100644 --- 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" /> |