summaryrefslogtreecommitdiffstats
path: root/ms/tenc.bat
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-01-15 15:26:32 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-01-15 15:26:32 +0000
commit7eceffbfefe561bfba2edbdc60c041d236af9c85 (patch)
tree0707d719a68bffe9a9e26f93e363b741e8905c19 /ms/tenc.bat
parent8043f01b13ee886b2993f8a76115043fe3e18568 (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