Issue #24186: Reenable optimised OpenSSL function
This commit is contained in:
parent
a721abac29
commit
ad46443e9d
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue