summaryrefslogtreecommitdiffstats
path: root/ms/tenc.bat
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-01-15 15:26:12 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-01-15 15:26:12 +0000
commitdac40f87df335e9d71c13d8bd49bfdf7679da884 (patch)
treedd3b15aea90347c25fcd1f0cd0acda5d78ada37d /ms/tenc.bat
parent031c78901be473a5cf7a05d1ee17df526c040b54 (diff)
convert to Unix EOL form
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 466fdfccbf..a4fa7f3652 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