repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
etc/services - sync with NetBSD-8
[minix.git]
/
crypto
/
external
/
bsd
/
openssl
/
dist
/
ms
/
tpemce.bat
blob
483f559cfa5061c5bf5ba2066a28b49373e039f4
1
rem called by testpemce
2
3
echo test %1 %2
4
cecopy %2 CE:\OpenSSL
5
cerun CE:\OpenSSL\%ssleay% %1 -in \OpenSSL\%2 -out \OpenSSL\%tmp1%
6
del %tmp1% >nul 2>&1
7
cecopy CE:\OpenSSL\%tmp1% .
8
%cmp% %2 %tmp1%