summaryrefslogtreecommitdiff
path: root/cryptlib.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-11-23 11:41:40 -0500
committerJeffrey Walton <noloader@gmail.com>2017-11-23 11:41:40 -0500
commit2c8a618a039af991fe4e0917175fb11d257a763d (patch)
treefbcf10be19eee4c858542bd2fd941c0d0dc904ee /cryptlib.vcxproj
parent2e63e4674745015dbf54c2e4ccb597db5c576c57 (diff)
downloadcryptopp-git-2c8a618a039af991fe4e0917175fb11d257a763d.tar.gz
Add SM4 block ciphers (GH #540)
Diffstat (limited to 'cryptlib.vcxproj')
-rw-r--r--cryptlib.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/cryptlib.vcxproj b/cryptlib.vcxproj
index 0c87aaa7..6d1811cd 100644
--- a/cryptlib.vcxproj
+++ b/cryptlib.vcxproj
@@ -291,6 +291,7 @@
<ClCompile Include="simon.cpp" />
<ClCompile Include="simple.cpp" />
<ClCompile Include="skipjack.cpp" />
+ <ClCompile Include="sm4.cpp" />
<ClCompile Include="socketft.cpp" />
<ClCompile Include="sosemanuk.cpp" />
<ClCompile Include="speck.cpp" />
@@ -475,6 +476,7 @@
<ClInclude Include="simon.h" />
<ClInclude Include="siphash.h" />
<ClInclude Include="skipjack.h" />
+ <ClInclude Include="sm4.h" />
<ClInclude Include="smartptr.h" />
<ClInclude Include="socketft.h" />
<ClInclude Include="sosemanuk.h" />