]> git.ipfire.org Git - thirdparty/openssl.git/blame - ms/tpemce.bat
Add -d debug option to save preprocessed files.
[thirdparty/openssl.git] / ms / tpemce.bat
CommitLineData
7eceffbf
DSH
1rem called by testpemce
2
3echo test %1 %2
4cecopy %2 CE:\OpenSSL
5cerun CE:\OpenSSL\%ssleay% %1 -in \OpenSSL\%2 -out \OpenSSL\%tmp1%
6del %tmp1% >nul 2>&1
7cecopy CE:\OpenSSL\%tmp1% .
8%cmp% %2 %tmp1%