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