]> git.ipfire.org Git - thirdparty/openssl.git/blame - ms/tencce.bat
Add emacs cache files to .cvsignore.
[thirdparty/openssl.git] / ms / tencce.bat
CommitLineData
0bf23d9b
RL
1rem called by testencce\r
2\r
3echo test %1 %2 %3 %4 %5 %6 \r
4cecopy %input% CE:\OpenSSL\r
5cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -e -bufsize 113 -k test -in \OpenSSL\%input% -out \OpenSSL\%tmp1%\r
6cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -d -bufsize 157 -k test -in \OpenSSL\%tmp1% -out \OpenSSL\%out1%\r
7del %out1% >nul 2>&1\r
8cecopy CE:\OpenSSL\%out1% .\r
9%cmp% %input% %out1%\r
10if errorlevel 1 goto err\r
11\r
12echo test base64 %1 %2 %3 %4 %5 %6 \r
13cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -a -e -bufsize 113 -k test -in \OpenSSL\%input% -out \OpenSSL\%tmp1%\r
14cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -a -d -bufsize 157 -k test -in \OpenSSL\%tmp1% -out \OpenSSL\%out1%\r
15del %out1% >nul 2>&1\r
16cecopy CE:\OpenSSL\%out1% .\r
17%cmp% %input% %out1%\r
18\r
19:err\r