diff options
author | Andy Polyakov <appro@openssl.org> | 2005-05-17 08:57:45 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2005-05-17 08:57:45 +0200 |
commit | b8994f44e7ac57a9b73827d47ce9ec734b1000e2 (patch) | |
tree | c0cf8206a6542420a0aa3ee666818a6584e61d0b /ms | |
parent | fix memory leak (BIO_free_all needs pointer to first BIO) (diff) | |
download | openssl-b8994f44e7ac57a9b73827d47ce9ec734b1000e2.tar.xz openssl-b8994f44e7ac57a9b73827d47ce9ec734b1000e2.zip |
mdc2test is not built by default anymore.
Diffstat (limited to 'ms')
-rwxr-xr-x | ms/test.bat | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ms/test.bat b/ms/test.bat index 7fb0442147..5085670b99 100755 --- a/ms/test.bat +++ b/ms/test.bat @@ -39,10 +39,6 @@ echo md2test md2test
if errorlevel 1 goto done
-echo mdc2test
-mdc2test
-if errorlevel 1 goto done
-
echo rc2test
rc2test
if errorlevel 1 goto done
|