summaryrefslogtreecommitdiff
path: root/cryptlib.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-10-12 07:14:38 -0400
committerGitHub <noreply@github.com>2019-10-12 07:14:38 -0400
commit76c29eadafc2a4df656a6505b58293ef4cfa3288 (patch)
treee7131043045caecc7aa6ece37ec2befdfcb8df52 /cryptlib.vcxproj
parent85ecff46093ff8f3da4efd8b5d840b8bb7d681ce (diff)
downloadcryptopp-git-76c29eadafc2a4df656a6505b58293ef4cfa3288.tar.gz
Add XTS block cipher mode of operation (GH #891, PR #892)
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 484e70bb..e6a8b3b2 100644
--- a/cryptlib.vcxproj
+++ b/cryptlib.vcxproj
@@ -346,6 +346,7 @@
<ClCompile Include="xed25519.cpp" />
<ClCompile Include="xtr.cpp" />
<ClCompile Include="xtrcrypt.cpp" />
+ <ClCompile Include="xts.cpp" />
<ClCompile Include="zdeflate.cpp" />
<ClCompile Include="zinflate.cpp" />
<ClCompile Include="zlib.cpp" />
@@ -568,6 +569,7 @@
<ClInclude Include="xed25519.h" />
<ClInclude Include="xtr.h" />
<ClInclude Include="xtrcrypt.h" />
+ <ClInclude Include="xts.h" />
<ClInclude Include="zdeflate.h" />
<ClInclude Include="zinflate.h" />
<ClInclude Include="zlib.h" />