aboutsummaryrefslogtreecommitdiff
path: root/openssl/ms/test.bat
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/ms/test.bat')
-rw-r--r--openssl/ms/test.bat5
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