From e88a1d83c654398a61a9d6af3e78daa70f27327c Mon Sep 17 00:00:00 2001 From: Asanka Herath Date: Fri, 18 Jun 2010 17:24:39 -0400 Subject: [PATCH] test_crypto.in: Also test w32crypto --- lib/hcrypto/test_crypto.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hcrypto/test_crypto.in b/lib/hcrypto/test_crypto.in index 8cc779b32..64ecd077d 100644 --- a/lib/hcrypto/test_crypto.in +++ b/lib/hcrypto/test_crypto.in @@ -56,7 +56,7 @@ ${engine} --rsa=${srcdir}/rsakey.der || \ ${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 res=$? if test "X$res" != X0 ; then