]> git.ipfire.org Git - thirdparty/openssl.git/blame - ms/tpem.bat
Clear BN_FLG_CONSTTIME on BN_CTX_get()
[thirdparty/openssl.git] / ms / tpem.bat
CommitLineData
7eceffbf
DSH
1rem called by testpem
2
3echo test %1 %2
4%ssleay% %1 -in %2 -out %tmp1%
5%cmp% %2 %tmp1%
6