mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Update external polarssl to 1.3.8
There were some fixes back on March 13th, 2014 for fixing compiling on MIPS64. Also some fixes on June 25th, 2014 for SPARC64 fixes. Probably more things, but those are what I care about.
This commit is contained in:
5
Externals/polarssl/visualc/PolarSSL.vcxproj
vendored
5
Externals/polarssl/visualc/PolarSSL.vcxproj
vendored
@ -52,6 +52,7 @@
|
||||
<ClCompile Include="..\library\bignum.c" />
|
||||
<ClCompile Include="..\library\blowfish.c" />
|
||||
<ClCompile Include="..\library\camellia.c" />
|
||||
<ClCompile Include="..\library\ccm.c" />
|
||||
<ClCompile Include="..\library\certs.c" />
|
||||
<ClCompile Include="..\library\cipher.c" />
|
||||
<ClCompile Include="..\library\cipher_wrap.c" />
|
||||
@ -68,12 +69,12 @@
|
||||
<ClCompile Include="..\library\error.c" />
|
||||
<ClCompile Include="..\library\gcm.c" />
|
||||
<ClCompile Include="..\library\havege.c" />
|
||||
<ClCompile Include="..\library\hmac_drbg.c" />
|
||||
<ClCompile Include="..\library\md.c" />
|
||||
<ClCompile Include="..\library\md2.c" />
|
||||
<ClCompile Include="..\library\md4.c" />
|
||||
<ClCompile Include="..\library\md5.c" />
|
||||
<ClCompile Include="..\library\md_wrap.c" />
|
||||
<ClCompile Include="..\library\memory.c" />
|
||||
<ClCompile Include="..\library\memory_buffer_alloc.c" />
|
||||
<ClCompile Include="..\library\net.c" />
|
||||
<ClCompile Include="..\library\oid.c" />
|
||||
@ -87,6 +88,7 @@
|
||||
<ClCompile Include="..\library\pkcs5.c" />
|
||||
<ClCompile Include="..\library\pkparse.c" />
|
||||
<ClCompile Include="..\library\pkwrite.c" />
|
||||
<ClCompile Include="..\library\platform.c" />
|
||||
<ClCompile Include="..\library\ripemd160.c" />
|
||||
<ClCompile Include="..\library\rsa.c" />
|
||||
<ClCompile Include="..\library\sha1.c" />
|
||||
@ -100,6 +102,7 @@
|
||||
<ClCompile Include="..\library\threading.c" />
|
||||
<ClCompile Include="..\library\timing.c" />
|
||||
<ClCompile Include="..\library\version.c" />
|
||||
<ClCompile Include="..\library\version_features.c" />
|
||||
<ClCompile Include="..\library\x509.c" />
|
||||
<ClCompile Include="..\library\x509_create.c" />
|
||||
<ClCompile Include="..\library\x509_crl.c" />
|
||||
|
Reference in New Issue
Block a user