]> git.ipfire.org Git - thirdparty/openssl.git/blame - ms/tenc.bat
It is a good thing to prepare the .def files.
[thirdparty/openssl.git] / ms / tenc.bat
CommitLineData
d4d2f98c
DSH
1rem called by testenc\r
2\r
3echo test %1 %2 %3 %4 %5 %6 \r
4%ssleay% %1 %2 %3 %4 %5 %6 -e -bufsize 113 -k test -in %input% -out %tmp1%\r
5%ssleay% %1 %2 %3 %4 %5 %6 -d -bufsize 157 -k test -in %tmp1% -out %out1%\r
6%cmp% %input% %out1%\r
7if errorlevel 1 goto err\r
8\r
9echo test base64 %1 %2 %3 %4 %5 %6 \r
10%ssleay% %1 %2 %3 %4 %5 %6 -a -e -bufsize 113 -k test -in %input% -out %tmp1%\r
11%ssleay% %1 %2 %3 %4 %5 %6 -a -d -bufsize 157 -k test -in %tmp1% -out %out1%\r
12%cmp% %input% %out1%\r
13\r
14:err\r