summaryrefslogtreecommitdiff
path: root/cryptdll.vcxproj.filters
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 /cryptdll.vcxproj.filters
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 'cryptdll.vcxproj.filters')
-rw-r--r--cryptdll.vcxproj.filters6
1 files changed, 6 insertions, 0 deletions
diff --git a/cryptdll.vcxproj.filters b/cryptdll.vcxproj.filters
index 6eeaa91d..23bf3f49 100644
--- a/cryptdll.vcxproj.filters
+++ b/cryptdll.vcxproj.filters
@@ -44,6 +44,9 @@
<ClCompile Include="cryptlib.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="darn.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
<ClCompile Include="des.cpp">
<Filter>Source Files</Filter>
</ClCompile>
@@ -232,6 +235,9 @@
<ClInclude Include="cryptlib.h">
<Filter>Header Files</Filter>
</ClInclude>
+ <ClInclude Include="darn.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
<ClInclude Include="des.h">
<Filter>Header Files</Filter>
</ClInclude>