test_crypto.in: Also test w32crypto
This commit is contained in:
@@ -56,7 +56,7 @@ ${engine} --rsa=${srcdir}/rsakey.der || \
|
|||||||
|
|
||||||
${rsa} --loops=4 || { echo "rsa test for 4 loops failed" ; exit 1; }
|
${rsa} --loops=4 || { echo "rsa test for 4 loops failed" ; exit 1; }
|
||||||
|
|
||||||
for a in unix fortuna egd ;do
|
for a in unix fortuna egd w32crypto ;do
|
||||||
${rand} --method=${a} --file=crypto-test 2>error
|
${rand} --method=${a} --file=crypto-test 2>error
|
||||||
res=$?
|
res=$?
|
||||||
if test "X$res" != X0 ; then
|
if test "X$res" != X0 ; then
|
||||||
|
Reference in New Issue
Block a user