mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 17:19:44 -06:00
Externals: Update mbedtls to 2.4.1
The latest version has tons of security fixes (which is expected for a library such as mbedtls). Updating also allows getting rid of a few deprecation warnings.
This commit is contained in:
6
Externals/mbedtls/mbedTLS.vcxproj
vendored
6
Externals/mbedtls/mbedTLS.vcxproj
vendored
@ -48,12 +48,14 @@
|
||||
<ClCompile Include="library\certs.c" />
|
||||
<ClCompile Include="library\cipher.c" />
|
||||
<ClCompile Include="library\cipher_wrap.c" />
|
||||
<ClCompile Include="library\cmac.c" />
|
||||
<ClCompile Include="library\ctr_drbg.c" />
|
||||
<ClCompile Include="library\debug.c" />
|
||||
<ClCompile Include="library\des.c" />
|
||||
<ClCompile Include="library\dhm.c" />
|
||||
<ClCompile Include="library\ecdh.c" />
|
||||
<ClCompile Include="library\ecdsa.c" />
|
||||
<ClCompile Include="library\ecjpake.c" />
|
||||
<ClCompile Include="library\ecp.c" />
|
||||
<ClCompile Include="library\ecp_curves.c" />
|
||||
<ClCompile Include="library\entropy.c" />
|
||||
@ -68,7 +70,7 @@
|
||||
<ClCompile Include="library\md5.c" />
|
||||
<ClCompile Include="library\md_wrap.c" />
|
||||
<ClCompile Include="library\memory_buffer_alloc.c" />
|
||||
<ClCompile Include="library\net.c" />
|
||||
<ClCompile Include="library\net_sockets.c" />
|
||||
<ClCompile Include="library\oid.c" />
|
||||
<ClCompile Include="library\padlock.c" />
|
||||
<ClCompile Include="library\pem.c" />
|
||||
@ -111,4 +113,4 @@
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
Reference in New Issue
Block a user