From dca108e5a2d964c55506b1459a03ff4339114cff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Mon, 21 Jul 2014 18:15:22 +0200 Subject: [PATCH] Rm reference to non-existent file in VS projects --- ChangeLog | 1 + visualc/VS2010/PolarSSL.vcxproj | 1 - visualc/VS6/polarssl.dsp | 4 ---- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index fb3d54622..ae061e8c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,7 @@ Bugfix * Fix warnings from Clang's scan-build (contributed by Alfred Klomp). * 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). + * Remove non-existent file from VS projects (found by Peter Vaskovic). Changes * Ciphersuites using SHA-256 or SHA-384 now require TLS 1.x (there is no diff --git a/visualc/VS2010/PolarSSL.vcxproj b/visualc/VS2010/PolarSSL.vcxproj index 5767b96fc..5ea5b15ad 100644 --- a/visualc/VS2010/PolarSSL.vcxproj +++ b/visualc/VS2010/PolarSSL.vcxproj @@ -256,7 +256,6 @@ - diff --git a/visualc/VS6/polarssl.dsp b/visualc/VS6/polarssl.dsp index 59aedfb7c..17e9e70fc 100644 --- a/visualc/VS6/polarssl.dsp +++ b/visualc/VS6/polarssl.dsp @@ -273,10 +273,6 @@ SOURCE=..\..\library\ripemd160.c # End Source File # Begin Source File -SOURCE=..\..\library\rnd_test.c -# End Source File -# Begin Source File - SOURCE=..\..\library\rsa.c # End Source File # Begin Source File