mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 17:45:38 +01:00
Rm reference to non-existent file in VS projects
This commit is contained in:
parent
462906f955
commit
dca108e5a2
@ -9,6 +9,7 @@ Bugfix
|
|||||||
* Fix warnings from Clang's scan-build (contributed by Alfred Klomp).
|
* Fix warnings from Clang's scan-build (contributed by Alfred Klomp).
|
||||||
* Fix compile error in timing.c when POLARSSL_NET_C and POLARSSL_SELFTEST
|
* Fix compile error in timing.c when POLARSSL_NET_C and POLARSSL_SELFTEST
|
||||||
are defined but not POLARSSL_HAVE_TIME (found by Stephane Di Vito).
|
are defined but not POLARSSL_HAVE_TIME (found by Stephane Di Vito).
|
||||||
|
* Remove non-existent file from VS projects (found by Peter Vaskovic).
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
* Ciphersuites using SHA-256 or SHA-384 now require TLS 1.x (there is no
|
* Ciphersuites using SHA-256 or SHA-384 now require TLS 1.x (there is no
|
||||||
|
@ -256,7 +256,6 @@
|
|||||||
<ClCompile Include="..\..\library\pkwrite.c" />
|
<ClCompile Include="..\..\library\pkwrite.c" />
|
||||||
<ClCompile Include="..\..\library\platform.c" />
|
<ClCompile Include="..\..\library\platform.c" />
|
||||||
<ClCompile Include="..\..\library\ripemd160.c" />
|
<ClCompile Include="..\..\library\ripemd160.c" />
|
||||||
<ClCompile Include="..\..\library\rnd_test.c" />
|
|
||||||
<ClCompile Include="..\..\library\rsa.c" />
|
<ClCompile Include="..\..\library\rsa.c" />
|
||||||
<ClCompile Include="..\..\library\sha1.c" />
|
<ClCompile Include="..\..\library\sha1.c" />
|
||||||
<ClCompile Include="..\..\library\sha256.c" />
|
<ClCompile Include="..\..\library\sha256.c" />
|
||||||
|
@ -273,10 +273,6 @@ SOURCE=..\..\library\ripemd160.c
|
|||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\..\library\rnd_test.c
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=..\..\library\rsa.c
|
SOURCE=..\..\library\rsa.c
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
Loading…
Reference in New Issue
Block a user