summaryrefslogtreecommitdiff
path: root/ms
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-01-28 13:01:44 +0000
committerMatt Caswell <matt@openssl.org>2015-01-28 22:55:15 +0000
commit7317192c645f24dfdb0c8340b871bc045454f8f4 (patch)
tree02c9e88cdb62475eb2aac27bd701aea9d7060223 /ms
parent537bf4381b0db3436e8ef8daff65e39e8593eecf (diff)
downloadopenssl-new-7317192c645f24dfdb0c8340b871bc045454f8f4.tar.gz
Fix various windows compilation issues
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'ms')
-rwxr-xr-xms/test.bat4
-rw-r--r--ms/testce.bat4
2 files changed, 0 insertions, 8 deletions
diff --git a/ms/test.bat b/ms/test.bat
index d0b60600e2..e8b7ae226c 100755
--- a/ms/test.bat
+++ b/ms/test.bat
@@ -23,10 +23,6 @@ echo bftest
bftest
if errorlevel 1 goto done
-echo shatest
-shatest
-if errorlevel 1 goto done
-
echo sha1test
sha1test
if errorlevel 1 goto done
diff --git a/ms/testce.bat b/ms/testce.bat
index 8de94a43b2..9b309e4b6e 100644
--- a/ms/testce.bat
+++ b/ms/testce.bat
@@ -32,10 +32,6 @@ echo bftest
call %test%\testce2 bftest
if errorlevel 1 goto done
-echo shatest
-call %test%\testce2 shatest
-if errorlevel 1 goto done
-
echo sha1test
call %test%\testce2 sha1test
if errorlevel 1 goto done