Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tpem.bat « ms - github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7fc7a83279a8390e1d024fe2c96dd5c821a4d446 (plain)
1
2
3
4
5
6
rem called by testpem

echo test %1 %2
%ssleay% %1 -in %2 -out %tmp1%
%cmp% %2 %tmp1%