d4d2f98c59
Win32 test batch file going again.
6 lines
93 B
Batchfile
Executable file
6 lines
93 B
Batchfile
Executable file
rem called by testpem
|
|
|
|
echo test %1 %2
|
|
%ssleay% %1 -in %2 -out %tmp1%
|
|
%cmp% %2 %tmp1%
|
|
|