summaryrefslogtreecommitdiffstats
path: root/ms/test.bat
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-03-09 03:01:48 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-03-09 03:01:48 +0000
commitd4d2f98c59a8553781d49b06576774db2929d671 (patch)
tree3ad22c0492f4e3082a855b8e2d3d95143c37f075 /ms/test.bat
parent0cc395796b7537e0dcd7674319b948a8f92639bd (diff)
Comment out two unimplemented functions from bio.h. Attempt to get the
Win32 test batch file going again.
Diffstat (limited to 'ms/test.bat')
-rwxr-xr-xms/test.bat13
1 files changed, 7 insertions, 6 deletions
diff --git a/ms/test.bat b/ms/test.bat
index 277602c56f..aa2f5df6d4 100755
--- a/ms/test.bat
+++ b/ms/test.bat
@@ -1,8 +1,9 @@
@echo=off
-set test=p:\work\ssleay\ms
+set test=..\ms
set opath=%PATH%
-PATH=%1;%PATH%
+PATH=..\ms;%PATH%
+set OPENSSL_CONF=..\apps\openssl.cnf
rem run this from inside the bin directory
@@ -63,19 +64,19 @@ dsatest
if errorlevel 1 goto done
echo testenc
-call %test%\testenc ssleay
+call %test%\testenc openssl
if errorlevel 1 goto done
echo testpem
-call %test%\testpem ssleay
+call %test%\testpem openssl
if errorlevel 1 goto done
echo verify
copy ..\certs\*.pem cert.tmp >nul
-ssleay verify -CAfile cert.tmp ..\certs\*.pem
+openssl verify -CAfile cert.tmp ..\certs\*.pem
echo testss
-call %test%\testss ssleay
+call %test%\testss openssl
if errorlevel 1 goto done
echo test sslv2