summaryrefslogtreecommitdiff
path: root/cryptlib.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-11-23 23:19:09 -0500
committerJeffrey Walton <noloader@gmail.com>2017-11-23 23:19:09 -0500
commit5267723a4923464f677d22f73f97a9e975a187a9 (patch)
tree87322ddc7214bc854d85f73985de18181511c6e6 /cryptlib.vcxproj
parent13652cf9bf8d0d15f4aacd7a3e0426c4b2e553f7 (diff)
downloadcryptopp-git-5267723a4923464f677d22f73f97a9e975a187a9.tar.gz
Add SM3 hash function (GH #541)
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 6d1811cd..ccdb3c2c 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="sm3.cpp" />
<ClCompile Include="sm4.cpp" />
<ClCompile Include="socketft.cpp" />
<ClCompile Include="sosemanuk.cpp" />
@@ -476,6 +477,7 @@
<ClInclude Include="simon.h" />
<ClInclude Include="siphash.h" />
<ClInclude Include="skipjack.h" />
+ <ClInclude Include="sm3.h" />
<ClInclude Include="sm4.h" />
<ClInclude Include="smartptr.h" />
<ClInclude Include="socketft.h" />