diff options
author | marha <marha@users.sourceforge.net> | 2010-03-30 12:36:28 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-03-30 12:36:28 +0000 |
commit | ff48c0d9098080b51ea12710029135916d117806 (patch) | |
tree | 96e6af9caf170ba21a1027b24e306a07e27d7b75 /openssl/ms/test.bat | |
parent | bb731f5ac92655c4860a41fa818a7a63005f8369 (diff) | |
download | vcxsrv-ff48c0d9098080b51ea12710029135916d117806.tar.gz vcxsrv-ff48c0d9098080b51ea12710029135916d117806.tar.bz2 vcxsrv-ff48c0d9098080b51ea12710029135916d117806.zip |
svn merge -r514:HEAD ^/branches/released .
Diffstat (limited to 'openssl/ms/test.bat')
-rw-r--r-- | openssl/ms/test.bat | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/openssl/ms/test.bat b/openssl/ms/test.bat index f72926178..f490546eb 100644 --- a/openssl/ms/test.bat +++ b/openssl/ms/test.bat @@ -35,10 +35,6 @@ echo md5test md5test if errorlevel 1 goto done -echo md2test -md2test -if errorlevel 1 goto done - echo rc2test rc2test if errorlevel 1 goto done @@ -181,7 +177,6 @@ echo test sslv2/sslv3 with both client and server authentication via BIO pair %SSL_TEST% -bio_pair -server_auth -client_auth if errorlevel 1 goto done - echo passed all tests goto end :done |