Skip to content

Commit a266a7a

Browse files
committed
Update CryptoPP
1 parent ea1eda1 commit a266a7a

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

Externals/cryptlib.vcxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<RootNamespace>cryptlib</RootNamespace>
2424
<PlatformToolset>v141</PlatformToolset>
2525
<ConfigurationType>StaticLibrary</ConfigurationType>
26+
<WindowsTargetPlatformVersion>10.0.14393.0</WindowsTargetPlatformVersion>
2627
</PropertyGroup>
2728
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2829
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
@@ -218,6 +219,7 @@
218219
<ClCompile Include="cryptopp\rc6.cpp" />
219220
<ClCompile Include="cryptopp\rdrand.cpp" />
220221
<ClCompile Include="cryptopp\rdtables.cpp" />
222+
<ClCompile Include="cryptopp\rijndael-simd.cpp" />
221223
<ClCompile Include="cryptopp\rijndael.cpp" />
222224
<ClCompile Include="cryptopp\ripemd.cpp" />
223225
<ClCompile Include="cryptopp\rng.cpp" />
@@ -228,6 +230,7 @@
228230
<ClCompile Include="cryptopp\seal.cpp" />
229231
<ClCompile Include="cryptopp\seed.cpp" />
230232
<ClCompile Include="cryptopp\serpent.cpp" />
233+
<ClCompile Include="cryptopp\sha-simd.cpp" />
231234
<ClCompile Include="cryptopp\sha.cpp" />
232235
<ClCompile Include="cryptopp\sha3.cpp" />
233236
<ClCompile Include="cryptopp\shacal2.cpp" />

Externals/cryptlib.vcxproj.filters

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,12 @@
392392
<ClCompile Include="cryptopp\zlib.cpp">
393393
<Filter>Source Files</Filter>
394394
</ClCompile>
395+
<ClCompile Include="cryptopp\sha-simd.cpp">
396+
<Filter>Source Files</Filter>
397+
</ClCompile>
398+
<ClCompile Include="cryptopp\rijndael-simd.cpp">
399+
<Filter>Source Files</Filter>
400+
</ClCompile>
395401
</ItemGroup>
396402
<ItemGroup>
397403
<None Include="cryptopp\Doxyfile">
@@ -822,5 +828,7 @@
822828
</ItemGroup>
823829
<ItemGroup>
824830
<CustomBuild Include="cryptopp\rdrand.asm" />
831+
<CustomBuild Include="cryptopp\x64dll.asm" />
832+
<CustomBuild Include="cryptopp\x64masm.asm" />
825833
</ItemGroup>
826834
</Project>

Externals/cryptopp

Submodule cryptopp updated 347 files

0 commit comments

Comments
 (0)