Rm reference to non-existent file in VS projects
diff --git a/ChangeLog b/ChangeLog
index fb3d546..ae061e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,7 @@
    * 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 5767b96..5ea5b15 100644
--- a/visualc/VS2010/PolarSSL.vcxproj
+++ b/visualc/VS2010/PolarSSL.vcxproj
@@ -256,7 +256,6 @@
     <ClCompile Include="..\..\library\pkwrite.c" />

     <ClCompile Include="..\..\library\platform.c" />

     <ClCompile Include="..\..\library\ripemd160.c" />

-    <ClCompile Include="..\..\library\rnd_test.c" />

     <ClCompile Include="..\..\library\rsa.c" />

     <ClCompile Include="..\..\library\sha1.c" />

     <ClCompile Include="..\..\library\sha256.c" />

diff --git a/visualc/VS6/polarssl.dsp b/visualc/VS6/polarssl.dsp
index 59aedfb..17e9e70 100644
--- a/visualc/VS6/polarssl.dsp
+++ b/visualc/VS6/polarssl.dsp
@@ -273,10 +273,6 @@
 # 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