summaryrefslogtreecommitdiff
path: root/cryptlib.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-11-28 21:51:39 -0500
committerJeffrey Walton <noloader@gmail.com>2018-11-28 21:51:39 -0500
commitf07f01f415c80532d06f31a62018bce4df605bb3 (patch)
tree6252e5f0f76b3e47ae7fb79e15d21c9ed0db9449 /cryptlib.vcxproj
parent603d37b28be5e3bf8817ad6cd0e7a877f126a4f0 (diff)
downloadcryptopp-git-f07f01f415c80532d06f31a62018bce4df605bb3.tar.gz
Add Power9 Random Number Generator support (GH #747, PR #748)
This adds the missing changes to the Windows source files
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 021e2485..3de7acfd 100644
--- a/cryptlib.vcxproj
+++ b/cryptlib.vcxproj
@@ -204,6 +204,7 @@
<ClCompile Include="cmac.cpp" />
<ClCompile Include="crc.cpp" />
<ClCompile Include="crc_simd.cpp" />
+ <ClCompile Include="darn.cpp" />
<ClCompile Include="default.cpp" />
<ClCompile Include="des.cpp" />
<ClCompile Include="dessp.cpp" />
@@ -405,6 +406,7 @@
<ClInclude Include="cpu.h" />
<ClInclude Include="crc.h" />
<ClInclude Include="cryptlib.h" />
+ <ClInclude Include="darn.h" />
<ClInclude Include="default.h" />
<ClInclude Include="des.h" />
<ClInclude Include="dh.h" />