Skip to content

Commit

Permalink
Update CryptoPP
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Nov 2, 2017
1 parent ea1eda1 commit a266a7a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Externals/cryptlib.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<RootNamespace>cryptlib</RootNamespace>
<PlatformToolset>v141</PlatformToolset>
<ConfigurationType>StaticLibrary</ConfigurationType>
<WindowsTargetPlatformVersion>10.0.14393.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
Expand Down Expand Up @@ -218,6 +219,7 @@
<ClCompile Include="cryptopp\rc6.cpp" />
<ClCompile Include="cryptopp\rdrand.cpp" />
<ClCompile Include="cryptopp\rdtables.cpp" />
<ClCompile Include="cryptopp\rijndael-simd.cpp" />
<ClCompile Include="cryptopp\rijndael.cpp" />
<ClCompile Include="cryptopp\ripemd.cpp" />
<ClCompile Include="cryptopp\rng.cpp" />
Expand All @@ -228,6 +230,7 @@
<ClCompile Include="cryptopp\seal.cpp" />
<ClCompile Include="cryptopp\seed.cpp" />
<ClCompile Include="cryptopp\serpent.cpp" />
<ClCompile Include="cryptopp\sha-simd.cpp" />
<ClCompile Include="cryptopp\sha.cpp" />
<ClCompile Include="cryptopp\sha3.cpp" />
<ClCompile Include="cryptopp\shacal2.cpp" />
Expand Down
8 changes: 8 additions & 0 deletions Externals/cryptlib.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,12 @@
<ClCompile Include="cryptopp\zlib.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="cryptopp\sha-simd.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="cryptopp\rijndael-simd.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="cryptopp\Doxyfile">
Expand Down Expand Up @@ -822,5 +828,7 @@
</ItemGroup>
<ItemGroup>
<CustomBuild Include="cryptopp\rdrand.asm" />
<CustomBuild Include="cryptopp\x64dll.asm" />
<CustomBuild Include="cryptopp\x64masm.asm" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Externals/cryptopp
Submodule cryptopp updated 347 files

0 comments on commit a266a7a

Please sign in to comment.