diff --git a/ChangeLog b/ChangeLog index fb3d5462..ae061e8c 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 5767b96f..5ea5b15a 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 59aedfb7..17e9e70f 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