Workaround MSVC6 compiler bug.
[openssl.git] / ms / tencce.bat
1 rem called by testencce\r
2 \r
3 echo test %1 %2 %3 %4 %5 %6 \r
4 cecopy %input% CE:\OpenSSL\r
5 cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -e -bufsize 113 -k test -in \OpenSSL\%input% -out \OpenSSL\%tmp1%\r
6 cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -d -bufsize 157 -k test -in \OpenSSL\%tmp1% -out \OpenSSL\%out1%\r
7 del %out1% >nul 2>&1\r
8 cecopy CE:\OpenSSL\%out1% .\r
9 %cmp% %input% %out1%\r
10 if errorlevel 1 goto err\r
11 \r
12 echo test base64 %1 %2 %3 %4 %5 %6 \r
13 cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -a -e -bufsize 113 -k test -in \OpenSSL\%input% -out \OpenSSL\%tmp1%\r
14 cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -a -d -bufsize 157 -k test -in \OpenSSL\%tmp1% -out \OpenSSL\%out1%\r
15 del %out1% >nul 2>&1\r
16 cecopy CE:\OpenSSL\%out1% .\r
17 %cmp% %input% %out1%\r
18 \r
19 :err\r