summaryrefslogtreecommitdiffstats
path: root/ms/tenc.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/tenc.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/tenc.bat')
-rwxr-xr-xms/tenc.bat28
1 files changed, 14 insertions, 14 deletions
diff --git a/ms/tenc.bat b/ms/tenc.bat
index a4fa7f3652..466fdfccbf 100755
--- a/ms/tenc.bat
+++ b/ms/tenc.bat
@@ -1,14 +1,14 @@
-rem called by testenc
-
-echo test %1 %2 %3 %4 %5 %6
-%ssleay% %1 %2 %3 %4 %5 %6 -e -bufsize 113 -k test -in %input% -out %tmp1%
-%ssleay% %1 %2 %3 %4 %5 %6 -d -bufsize 157 -k test -in %tmp1% -out %out1%
-%cmp% %input% %out1%
-if errorlevel 1 goto err
-
-echo test base64 %1 %2 %3 %4 %5 %6
-%ssleay% %1 %2 %3 %4 %5 %6 -a -e -bufsize 113 -k test -in %input% -out %tmp1%
-%ssleay% %1 %2 %3 %4 %5 %6 -a -d -bufsize 157 -k test -in %tmp1% -out %out1%
-%cmp% %input% %out1%
-
-:err
+rem called by testenc
+
+echo test %1 %2 %3 %4 %5 %6
+%ssleay% %1 %2 %3 %4 %5 %6 -e -bufsize 113 -k test -in %input% -out %tmp1%
+%ssleay% %1 %2 %3 %4 %5 %6 -d -bufsize 157 -k test -in %tmp1% -out %out1%
+%cmp% %input% %out1%
+if errorlevel 1 goto err
+
+echo test base64 %1 %2 %3 %4 %5 %6
+%ssleay% %1 %2 %3 %4 %5 %6 -a -e -bufsize 113 -k test -in %input% -out %tmp1%
+%ssleay% %1 %2 %3 %4 %5 %6 -a -d -bufsize 157 -k test -in %tmp1% -out %out1%
+%cmp% %input% %out1%
+
+:err