summaryrefslogtreecommitdiff
path: root/cryptlib.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-07-07 15:22:09 -0400
committerJeffrey Walton <noloader@gmail.com>2020-07-07 15:22:09 -0400
commitdd7598e638bba536117de716bae3f738312d4c5a (patch)
treeae52f026092cb273e7952ab213bf680484679239 /cryptlib.vcxproj
parent84ab419029081d3a194da28421be615389716e7a (diff)
downloadcryptopp-git-dd7598e638bba536117de716bae3f738312d4c5a.tar.gz
Remove 64-bit AdvancedProcessBlocks (GH #945)
Diffstat (limited to 'cryptlib.vcxproj')
-rw-r--r--cryptlib.vcxproj3
1 files changed, 0 insertions, 3 deletions
diff --git a/cryptlib.vcxproj b/cryptlib.vcxproj
index e6a8b3b2..7c1d65ff 100644
--- a/cryptlib.vcxproj
+++ b/cryptlib.vcxproj
@@ -315,9 +315,7 @@
<ClCompile Include="shark.cpp" />
<ClCompile Include="sharkbox.cpp" />
<ClCompile Include="simeck.cpp" />
- <ClCompile Include="simeck_simd.cpp" />
<ClCompile Include="simon.cpp" />
- <ClCompile Include="simon64_simd.cpp" />
<ClCompile Include="simon128_simd.cpp" />
<ClCompile Include="simple.cpp" />
<ClCompile Include="skipjack.cpp" />
@@ -326,7 +324,6 @@
<ClCompile Include="sm4_simd.cpp" />
<ClCompile Include="sosemanuk.cpp" />
<ClCompile Include="speck.cpp" />
- <ClCompile Include="speck64_simd.cpp" />
<ClCompile Include="speck128_simd.cpp" />
<ClCompile Include="square.cpp" />
<ClCompile Include="squaretb.cpp" />