summaryrefslogtreecommitdiff
path: root/cryptlib.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-11-02 19:09:36 -0400
committerJeffrey Walton <noloader@gmail.com>2018-11-02 19:09:36 -0400
commit5dca85b81944969a64de072545e371c01ebbe348 (patch)
treecf3930bf1ba031b86f3f894a3a449c24246ccc62 /cryptlib.vcxproj
parentd2b64a4d638920a545dc412776829e695776dac2 (diff)
downloadcryptopp-git-5dca85b81944969a64de072545e371c01ebbe348.tar.gz
Split Blake2 SIMD files into blake2s-simd.cpp and blake2b-simd.cpp (GH #729, GH #731)
The split was required for Blake2b and Power8; Blake2s only requires Power7
Diffstat (limited to 'cryptlib.vcxproj')
-rw-r--r--cryptlib.vcxproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/cryptlib.vcxproj b/cryptlib.vcxproj
index 8794a5bb..b6917bf5 100644
--- a/cryptlib.vcxproj
+++ b/cryptlib.vcxproj
@@ -182,7 +182,8 @@
<ClCompile Include="basecode.cpp" />
<ClCompile Include="bfinit.cpp" />
<ClCompile Include="blake2.cpp" />
- <ClCompile Include="blake2-simd.cpp" />
+ <ClCompile Include="blake2s-simd.cpp" />
+ <ClCompile Include="blake2b-simd.cpp" />
<ClCompile Include="blowfish.cpp" />
<ClCompile Include="blumshub.cpp" />
<ClCompile Include="camellia.cpp" />