aboutsummaryrefslogtreecommitdiffstats
path: root/ms/tenc.bat
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-03-08 14:02:54 -0500
committerRich Salz <rsalz@openssl.org>2016-03-08 14:07:26 -0500
commit87326458aa67c7452cd55e3deab8a258170a3665 (patch)
tree9224065be810466cd9f56d239ca7f826408e3fde /ms/tenc.bat
parente519ecd8d420f0ad1b0c1cbcd003437470c675be (diff)
downloadopenssl-87326458aa67c7452cd55e3deab8a258170a3665.tar.gz
Remove some old ms/* files
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'ms/tenc.bat')
-rwxr-xr-xms/tenc.bat14
1 files changed, 0 insertions, 14 deletions
diff --git a/ms/tenc.bat b/ms/tenc.bat
deleted file mode 100755
index a4fa7f3652..0000000000
--- a/ms/tenc.bat
+++ /dev/null
@@ -1,14 +0,0 @@
-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