summaryrefslogtreecommitdiff
path: root/cryptlib.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-06-08 11:00:11 -0400
committerJeffrey Walton <noloader@gmail.com>2019-06-08 11:00:11 -0400
commit43b01973b1dc0c50cd394502f7475e2c1039ad35 (patch)
tree76b7ef5d59d709e765e4dfa5f68a4757e2f30fce /cryptlib.vcxproj
parentafffba7b7bc81e135ca0d10e3ee97774a6574361 (diff)
downloadcryptopp-git-43b01973b1dc0c50cd394502f7475e2c1039ad35.tar.gz
Clear lgtm findings
We did some refactoring and added sse_simd.h. Over time more SSE functions will likely move into sse_simd.h
Diffstat (limited to 'cryptlib.vcxproj')
-rw-r--r--cryptlib.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/cryptlib.vcxproj b/cryptlib.vcxproj
index 4985c096..1f81c046 100644
--- a/cryptlib.vcxproj
+++ b/cryptlib.vcxproj
@@ -538,6 +538,7 @@
<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" />