summaryrefslogtreecommitdiff
path: root/cryptlib.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-06-09 01:49:44 -0400
committerJeffrey Walton <noloader@gmail.com>2019-06-09 01:49:44 -0400
commit8fab1c3677198f941ae83fcf322edc420603d325 (patch)
treedff39d958e97521dad33c0b7467961101693f636 /cryptlib.vcxproj
parent3ce1823fd190a8518c99882d22ca86e22a642650 (diff)
downloadcryptopp-git-8fab1c3677198f941ae83fcf322edc420603d325.tar.gz
Revert changes for lgtm findings
This broke SunCC to the point of no repair. SunCC is using AVX2 instructions for C++ and SSE2. Man this compiler sucks...
Diffstat (limited to 'cryptlib.vcxproj')
-rw-r--r--cryptlib.vcxproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/cryptlib.vcxproj b/cryptlib.vcxproj
index 1f81c046..4985c096 100644
--- a/cryptlib.vcxproj
+++ b/cryptlib.vcxproj
@@ -538,7 +538,6 @@
<ClInclude Include="sosemanuk.h" />
<ClInclude Include="speck.h" />
<ClInclude Include="square.h" />
- <ClInclude Include="sse_simd.h" />
<ClInclude Include="stdcpp.h" />
<ClInclude Include="strciphr.h" />
<ClInclude Include="tea.h" />