- Moved Visual C 6.0 Project files to separate directory
diff --git a/visualc/aescrypt2.dsp b/visualc/VS6/aescrypt2.dsp
similarity index 98%
rename from visualc/aescrypt2.dsp
rename to visualc/VS6/aescrypt2.dsp
index 9ca26c5..d7bcf18 100644
--- a/visualc/aescrypt2.dsp
+++ b/visualc/VS6/aescrypt2.dsp
@@ -85,8 +85,8 @@
 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"

 # Begin Source File

 

-SOURCE=..\programs\aes\aescrypt2.c

-# ADD CPP /I "../include"

+SOURCE=..\..\programs\aes\aescrypt2.c

+# ADD CPP /I "../../include"

 # End Source File

 # End Group

 # Begin Group "Header Files"

diff --git a/visualc/benchmark.dsp b/visualc/VS6/benchmark.dsp
similarity index 98%
rename from visualc/benchmark.dsp
rename to visualc/VS6/benchmark.dsp
index 4a063e5..67569a7 100644
--- a/visualc/benchmark.dsp
+++ b/visualc/VS6/benchmark.dsp
@@ -85,8 +85,8 @@
 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"

 # Begin Source File

 

-SOURCE=..\programs\test\benchmark.c

-# ADD CPP /I "../include"

+SOURCE=..\..\programs\test\benchmark.c

+# ADD CPP /I "../../include"

 # End Source File

 # End Group

 # Begin Group "Header Files"

diff --git a/visualc/dh_client.dsp b/visualc/VS6/dh_client.dsp
similarity index 98%
rename from visualc/dh_client.dsp
rename to visualc/VS6/dh_client.dsp
index 58a138b..6bcb345 100644
--- a/visualc/dh_client.dsp
+++ b/visualc/VS6/dh_client.dsp
@@ -85,8 +85,8 @@
 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"

 # Begin Source File

 

-SOURCE=..\programs\pkey\dh_client.c

-# ADD CPP /I "../include"

+SOURCE=..\..\programs\pkey\dh_client.c

+# ADD CPP /I "../../include"

 # End Source File

 # End Group

 # Begin Group "Header Files"

diff --git a/visualc/dh_genprime.dsp b/visualc/VS6/dh_genprime.dsp
similarity index 98%
rename from visualc/dh_genprime.dsp
rename to visualc/VS6/dh_genprime.dsp
index a17511c..cca9d5f 100644
--- a/visualc/dh_genprime.dsp
+++ b/visualc/VS6/dh_genprime.dsp
@@ -85,8 +85,8 @@
 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"

 # Begin Source File

 

-SOURCE=..\programs\pkey\dh_genprime.c

-# ADD CPP /I "../include"

+SOURCE=..\..\programs\pkey\dh_genprime.c

+# ADD CPP /I "../../include"

 # End Source File

 # End Group

 # Begin Group "Header Files"

diff --git a/visualc/dh_prime.txt b/visualc/VS6/dh_prime.txt
similarity index 100%
rename from visualc/dh_prime.txt
rename to visualc/VS6/dh_prime.txt
diff --git a/visualc/dh_server.dsp b/visualc/VS6/dh_server.dsp
similarity index 98%
rename from visualc/dh_server.dsp
rename to visualc/VS6/dh_server.dsp
index 23f03f2..62828bf 100644
--- a/visualc/dh_server.dsp
+++ b/visualc/VS6/dh_server.dsp
@@ -85,8 +85,8 @@
 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"

 # Begin Source File

 

-SOURCE=..\programs\pkey\dh_server.c

-# ADD CPP /I "../include"

+SOURCE=..\..\programs\pkey\dh_server.c

+# ADD CPP /I "../../include"

 # End Source File

 # End Group

 # Begin Group "Header Files"

diff --git a/visualc/hello.dsp b/visualc/VS6/hello.dsp
similarity index 98%
rename from visualc/hello.dsp
rename to visualc/VS6/hello.dsp
index 29c0fdf..25f43f9 100644
--- a/visualc/hello.dsp
+++ b/visualc/VS6/hello.dsp
@@ -85,8 +85,8 @@
 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"

 # Begin Source File

 

-SOURCE=..\programs\hash\hello.c

-# ADD CPP /I "../include"

+SOURCE=..\..\programs\hash\hello.c

+# ADD CPP /I "../../include"

 # End Source File

 # End Group

 # Begin Group "Header Files"

diff --git a/visualc/md5sum.dsp b/visualc/VS6/md5sum.dsp
similarity index 98%
rename from visualc/md5sum.dsp
rename to visualc/VS6/md5sum.dsp
index aa86c46..9ab41f4 100644
--- a/visualc/md5sum.dsp
+++ b/visualc/VS6/md5sum.dsp
@@ -85,8 +85,8 @@
 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"

 # Begin Source File

 

-SOURCE=..\programs\hash\md5sum.c

-# ADD CPP /I "../include"

+SOURCE=..\..\programs\hash\md5sum.c

+# ADD CPP /I "../../include"

 # End Source File

 # End Group

 # Begin Group "Header Files"

diff --git a/visualc/mpi_demo.dsp b/visualc/VS6/mpi_demo.dsp
similarity index 98%
rename from visualc/mpi_demo.dsp
rename to visualc/VS6/mpi_demo.dsp
index 6579004..b25fee2 100644
--- a/visualc/mpi_demo.dsp
+++ b/visualc/VS6/mpi_demo.dsp
@@ -85,8 +85,8 @@
 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"

 # Begin Source File

 

-SOURCE=..\programs\pkey\mpi_demo.c

-# ADD CPP /I "../include"

+SOURCE=..\..\programs\pkey\mpi_demo.c

+# ADD CPP /I "../../include"

 # End Source File

 # End Group

 # Begin Group "Header Files"

diff --git a/visualc/polarssl.dsp b/visualc/VS6/polarssl.dsp
similarity index 62%
rename from visualc/polarssl.dsp
rename to visualc/VS6/polarssl.dsp
index 0c2e7f8..4c12232 100644
--- a/visualc/polarssl.dsp
+++ b/visualc/VS6/polarssl.dsp
@@ -41,7 +41,7 @@
 # PROP Intermediate_Dir "temp"

 # PROP Target_Dir ""

 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c

-# ADD CPP /nologo /W3 /GX /O2 /I "../include" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /YX /FD /c

+# ADD CPP /nologo /W3 /GX /O2 /I "../../include" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /YX /FD /c

 # ADD BASE RSC /l 0x40c /d "NDEBUG"

 # ADD RSC /l 0x40c /d "NDEBUG"

 BSC32=bscmake.exe

@@ -64,7 +64,7 @@
 # PROP Intermediate_Dir "temp"

 # PROP Target_Dir ""

 # ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c

-# ADD CPP /nologo /W3 /GX /Z7 /Od /I "../include" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c

+# ADD CPP /nologo /W3 /GX /Z7 /Od /I "../../include" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c

 # ADD BASE RSC /l 0x40c /d "_DEBUG"

 # ADD RSC /l 0x40c /d "_DEBUG"

 BSC32=bscmake.exe

@@ -85,103 +85,123 @@
 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"

 # Begin Source File

 

-SOURCE=..\library\aes.c

+SOURCE=..\..\library\aes.c

 # End Source File

 # Begin Source File

 

-SOURCE=..\library\arc4.c

+SOURCE=..\..\library\arc4.c

 # End Source File

 # Begin Source File

 

-SOURCE=..\library\base64.c

+SOURCE=..\..\library\base64.c

 # End Source File

 # Begin Source File

 

-SOURCE=..\library\bignum.c

+SOURCE=..\..\library\bignum.c

 # End Source File

 # Begin Source File

 

-SOURCE=..\library\camellia.c

+SOURCE=..\..\library\camellia.c

 # End Source File

 # Begin Source File

 

-SOURCE=..\library\certs.c

+SOURCE=..\..\library\certs.c

 # End Source File

 # Begin Source File

 

-SOURCE=..\library\debug.c

+SOURCE=..\..\library\cipher.c

 # End Source File

 # Begin Source File

 

-SOURCE=..\library\des.c

+SOURCE=..\..\library\cipher_wrap.c

 # End Source File

 # Begin Source File

 

-SOURCE=..\library\dhm.c

+SOURCE=..\..\library\debug.c

 # End Source File

 # Begin Source File

 

-SOURCE=..\library\havege.c

+SOURCE=..\..\library\des.c

 # End Source File

 # Begin Source File

 

-SOURCE=..\library\md2.c

+SOURCE=..\..\library\dhm.c

 # End Source File

 # Begin Source File

 

-SOURCE=..\library\md4.c

+SOURCE=..\..\library\havege.c

 # End Source File

 # Begin Source File

 

-SOURCE=..\library\md5.c

+SOURCE=..\..\library\md.c

 # End Source File

 # Begin Source File

 

-SOURCE=..\library\net.c

+SOURCE=..\..\library\md_wrap.c

 # End Source File

 # Begin Source File

 

-SOURCE=..\library\padlock.c

+SOURCE=..\..\library\md2.c

 # End Source File

 # Begin Source File

 

-SOURCE=..\library\rsa.c

+SOURCE=..\..\library\md4.c

 # End Source File

 # Begin Source File

 

-SOURCE=..\library\sha1.c

+SOURCE=..\..\library\md5.c

 # End Source File

 # Begin Source File

 

-SOURCE=..\library\sha2.c

+SOURCE=..\..\library\net.c

 # End Source File

 # Begin Source File

 

-SOURCE=..\library\sha4.c

+SOURCE=..\..\library\padlock.c

 # End Source File

 # Begin Source File

 

-SOURCE=..\library\ssl_cli.c

+SOURCE=..\..\library\pem.c

 # End Source File

 # Begin Source File

 

-SOURCE=..\library\ssl_srv.c

+SOURCE=..\..\library\rsa.c

 # End Source File

 # Begin Source File

 

-SOURCE=..\library\ssl_tls.c

+SOURCE=..\..\library\sha1.c

 # End Source File

 # Begin Source File

 

-SOURCE=..\library\timing.c

+SOURCE=..\..\library\sha2.c

 # End Source File

 # Begin Source File

 

-SOURCE=..\library\x509parse.c

+SOURCE=..\..\library\sha4.c

 # End Source File

 # Begin Source File

 

-SOURCE=..\library\xtea.c

+SOURCE=..\..\library\ssl_cli.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\library\ssl_srv.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\library\ssl_tls.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\library\timing.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\library\x509parse.c

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\library\xtea.c

 # End Source File

 # End Group

 # Begin Group "Header Files"

@@ -189,103 +209,123 @@
 # PROP Default_Filter "h;hpp;hxx;hm;inl"

 # Begin Source File

 

-SOURCE=..\include\polarssl\aes.h

+SOURCE=..\..\include\polarssl\aes.h

 # End Source File

 # Begin Source File

 

-SOURCE=..\include\polarssl\arc4.h

+SOURCE=..\..\include\polarssl\arc4.h

 # End Source File

 # Begin Source File

 

-SOURCE=..\include\polarssl\base64.h

+SOURCE=..\..\include\polarssl\base64.h

 # End Source File

 # Begin Source File

 

-SOURCE=..\include\polarssl\bignum.h

+SOURCE=..\..\include\polarssl\bignum.h

 # End Source File

 # Begin Source File

 

-SOURCE=..\include\polarssl\bn_mul.h

+SOURCE=..\..\include\polarssl\bn_mul.h

 # End Source File

 # Begin Source File

 

-SOURCE=..\include\polarssl\camellia.h

+SOURCE=..\..\include\polarssl\camellia.h

 # End Source File

 # Begin Source File

 

-SOURCE=..\include\polarssl\certs.h

+SOURCE=..\..\include\polarssl\certs.h

 # End Source File

 # Begin Source File

 

-SOURCE=..\include\polarssl\config.h

+SOURCE=..\..\include\polarssl\cipher.h

 # End Source File

 # Begin Source File

 

-SOURCE=..\include\polarssl\debug.h

+SOURCE=..\..\include\polarssl\cipher_wrap.h

 # End Source File

 # Begin Source File

 

-SOURCE=..\include\polarssl\des.h

+SOURCE=..\..\include\polarssl\config.h

 # End Source File

 # Begin Source File

 

-SOURCE=..\include\polarssl\dhm.h

+SOURCE=..\..\include\polarssl\debug.h

 # End Source File

 # Begin Source File

 

-SOURCE=..\include\polarssl\havege.h

+SOURCE=..\..\include\polarssl\des.h

 # End Source File

 # Begin Source File

 

-SOURCE=..\include\polarssl\md2.h

+SOURCE=..\..\include\polarssl\dhm.h

 # End Source File

 # Begin Source File

 

-SOURCE=..\include\polarssl\md4.h

+SOURCE=..\..\include\polarssl\havege.h

 # End Source File

 # Begin Source File

 

-SOURCE=..\include\polarssl\md5.h

+SOURCE=..\..\include\polarssl\md.h

 # End Source File

 # Begin Source File

 

-SOURCE=..\include\polarssl\net.h

+SOURCE=..\..\include\polarssl\md_wrap.h

 # End Source File

 # Begin Source File

 

-SOURCE=..\include\polarssl\padlock.h

+SOURCE=..\..\include\polarssl\md2.h

 # End Source File

 # Begin Source File

 

-SOURCE=..\include\polarssl\rsa.h

+SOURCE=..\..\include\polarssl\md4.h

 # End Source File

 # Begin Source File

 

-SOURCE=..\include\polarssl\sha1.h

+SOURCE=..\..\include\polarssl\md5.h

 # End Source File

 # Begin Source File

 

-SOURCE=..\include\polarssl\sha2.h

+SOURCE=..\..\include\polarssl\net.h

 # End Source File

 # Begin Source File

 

-SOURCE=..\include\polarssl\sha4.h

+SOURCE=..\..\include\polarssl\padlock.h

 # End Source File

 # Begin Source File

 

-SOURCE=..\include\polarssl\ssl.h

+SOURCE=..\..\include\polarssl\pem.h

 # End Source File

 # Begin Source File

 

-SOURCE=..\include\polarssl\timing.h

+SOURCE=..\..\include\polarssl\rsa.h

 # End Source File

 # Begin Source File

 

-SOURCE=..\include\polarssl\x509.h

+SOURCE=..\..\include\polarssl\sha1.h

 # End Source File

 # Begin Source File

 

-SOURCE=..\include\polarssl\xtea.h

+SOURCE=..\..\include\polarssl\sha2.h

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\include\polarssl\sha4.h

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\include\polarssl\ssl.h

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\include\polarssl\timing.h

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\include\polarssl\x509.h

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\include\polarssl\xtea.h

 # End Source File

 # End Group

 # End Target

diff --git a/visualc/polarssl.dsw b/visualc/VS6/polarssl.dsw
similarity index 100%
rename from visualc/polarssl.dsw
rename to visualc/VS6/polarssl.dsw
diff --git a/visualc/rsa_genkey.dsp b/visualc/VS6/rsa_genkey.dsp
similarity index 98%
rename from visualc/rsa_genkey.dsp
rename to visualc/VS6/rsa_genkey.dsp
index 4305df8..df0a61a 100644
--- a/visualc/rsa_genkey.dsp
+++ b/visualc/VS6/rsa_genkey.dsp
@@ -85,8 +85,8 @@
 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"

 # Begin Source File

 

-SOURCE=..\programs\pkey\rsa_genkey.c

-# ADD CPP /I "../include"

+SOURCE=..\..\programs\pkey\rsa_genkey.c

+# ADD CPP /I "../../include"

 # End Source File

 # End Group

 # Begin Group "Header Files"

diff --git a/visualc/rsa_priv.txt b/visualc/VS6/rsa_priv.txt
similarity index 100%
rename from visualc/rsa_priv.txt
rename to visualc/VS6/rsa_priv.txt
diff --git a/visualc/rsa_pub.txt b/visualc/VS6/rsa_pub.txt
similarity index 100%
rename from visualc/rsa_pub.txt
rename to visualc/VS6/rsa_pub.txt
diff --git a/visualc/rsa_sign.dsp b/visualc/VS6/rsa_sign.dsp
similarity index 98%
rename from visualc/rsa_sign.dsp
rename to visualc/VS6/rsa_sign.dsp
index 47bfe56..11c00ef 100644
--- a/visualc/rsa_sign.dsp
+++ b/visualc/VS6/rsa_sign.dsp
@@ -85,8 +85,8 @@
 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"

 # Begin Source File

 

-SOURCE=..\programs\pkey\rsa_sign.c

-# ADD CPP /I "../include"

+SOURCE=..\..\programs\pkey\rsa_sign.c

+# ADD CPP /I "../../include"

 # End Source File

 # End Group

 # Begin Group "Header Files"

diff --git a/visualc/rsa_verify.dsp b/visualc/VS6/rsa_verify.dsp
similarity index 98%
rename from visualc/rsa_verify.dsp
rename to visualc/VS6/rsa_verify.dsp
index 59507f6..605ca78 100644
--- a/visualc/rsa_verify.dsp
+++ b/visualc/VS6/rsa_verify.dsp
@@ -85,8 +85,8 @@
 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"

 # Begin Source File

 

-SOURCE=..\programs\pkey\rsa_verify.c

-# ADD CPP /I "../include"

+SOURCE=..\..\programs\pkey\rsa_verify.c

+# ADD CPP /I "../../include"

 # End Source File

 # End Group

 # Begin Group "Header Files"

diff --git a/visualc/selftest.dsp b/visualc/VS6/selftest.dsp
similarity index 98%
rename from visualc/selftest.dsp
rename to visualc/VS6/selftest.dsp
index ae20dbf..97ff871 100644
--- a/visualc/selftest.dsp
+++ b/visualc/VS6/selftest.dsp
@@ -86,8 +86,8 @@
 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"

 # Begin Source File

 

-SOURCE=..\programs\test\selftest.c

-# ADD CPP /I "../include"

+SOURCE=..\..\programs\test\selftest.c

+# ADD CPP /I "../../include"

 # End Source File

 # End Group

 # Begin Group "Header Files"

diff --git a/visualc/sha1sum.dsp b/visualc/VS6/sha1sum.dsp
similarity index 98%
rename from visualc/sha1sum.dsp
rename to visualc/VS6/sha1sum.dsp
index b8ceafc..f7c014b 100644
--- a/visualc/sha1sum.dsp
+++ b/visualc/VS6/sha1sum.dsp
@@ -85,8 +85,8 @@
 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"

 # Begin Source File

 

-SOURCE=..\programs\hash\sha1sum.c

-# ADD CPP /I "../include"

+SOURCE=..\..\programs\hash\sha1sum.c

+# ADD CPP /I "../../include"

 # End Source File

 # End Group

 # Begin Group "Header Files"

diff --git a/visualc/sha2sum.dsp b/visualc/VS6/sha2sum.dsp
similarity index 98%
rename from visualc/sha2sum.dsp
rename to visualc/VS6/sha2sum.dsp
index b050258..0364942 100644
--- a/visualc/sha2sum.dsp
+++ b/visualc/VS6/sha2sum.dsp
@@ -85,8 +85,8 @@
 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"

 # Begin Source File

 

-SOURCE=..\programs\hash\sha2sum.c

-# ADD CPP /I "../include"

+SOURCE=..\..\programs\hash\sha2sum.c

+# ADD CPP /I "../../include"

 # End Source File

 # End Group

 # Begin Group "Header Files"

diff --git a/visualc/ssl_cert_test.dsp b/visualc/VS6/ssl_cert_test.dsp
similarity index 98%
rename from visualc/ssl_cert_test.dsp
rename to visualc/VS6/ssl_cert_test.dsp
index 987681f..47433d4 100755
--- a/visualc/ssl_cert_test.dsp
+++ b/visualc/VS6/ssl_cert_test.dsp
@@ -86,8 +86,8 @@
 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"

 # Begin Source File

 

-SOURCE=..\programs\test\ssl_cert_test.c

-# ADD CPP /I "../include"

+SOURCE=..\..\programs\test\ssl_cert_test.c

+# ADD CPP /I "../../include"

 # End Source File

 # End Group

 # Begin Group "Header Files"

diff --git a/visualc/ssl_client1.dsp b/visualc/VS6/ssl_client1.dsp
similarity index 98%
rename from visualc/ssl_client1.dsp
rename to visualc/VS6/ssl_client1.dsp
index a7585f2..313f973 100644
--- a/visualc/ssl_client1.dsp
+++ b/visualc/VS6/ssl_client1.dsp
@@ -85,8 +85,8 @@
 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"

 # Begin Source File

 

-SOURCE=..\programs\ssl\ssl_client1.c

-# ADD CPP /I "../include"

+SOURCE=..\..\programs\ssl\ssl_client1.c

+# ADD CPP /I "../../include"

 # End Source File

 # End Group

 # Begin Group "Header Files"

diff --git a/visualc/ssl_client2.dsp b/visualc/VS6/ssl_client2.dsp
similarity index 98%
rename from visualc/ssl_client2.dsp
rename to visualc/VS6/ssl_client2.dsp
index adc370f..a7cd1ee 100644
--- a/visualc/ssl_client2.dsp
+++ b/visualc/VS6/ssl_client2.dsp
@@ -85,8 +85,8 @@
 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"

 # Begin Source File

 

-SOURCE=..\programs\ssl\ssl_client2.c

-# ADD CPP /I "../include"

+SOURCE=..\..\programs\ssl\ssl_client2.c

+# ADD CPP /I "../../include"

 # End Source File

 # End Group

 # Begin Group "Header Files"

diff --git a/visualc/ssl_server.dsp b/visualc/VS6/ssl_server.dsp
similarity index 98%
rename from visualc/ssl_server.dsp
rename to visualc/VS6/ssl_server.dsp
index 45fb8b1..65f7a18 100644
--- a/visualc/ssl_server.dsp
+++ b/visualc/VS6/ssl_server.dsp
@@ -85,8 +85,8 @@
 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"

 # Begin Source File

 

-SOURCE=..\programs\ssl\ssl_server.c

-# ADD CPP /I "../include"

+SOURCE=..\..\programs\ssl\ssl_server.c

+# ADD CPP /I "../../include"

 # End Source File

 # End Group

 # Begin Group "Header Files"

diff --git a/visualc/ssl_test.dsp b/visualc/VS6/ssl_test.dsp
similarity index 98%
rename from visualc/ssl_test.dsp
rename to visualc/VS6/ssl_test.dsp
index ec2fb60..fffab2b 100644
--- a/visualc/ssl_test.dsp
+++ b/visualc/VS6/ssl_test.dsp
@@ -85,8 +85,8 @@
 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"

 # Begin Source File

 

-SOURCE=..\programs\test\ssl_test.c

-# ADD CPP /I "../include"

+SOURCE=..\..\programs\test\ssl_test.c

+# ADD CPP /I "../../include"

 # End Source File

 # End Group

 # Begin Group "Header Files"