summaryrefslogtreecommitdiff
path: root/testsuite/ecc-mul-a-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/ecc-mul-a-test.c')
-rw-r--r--testsuite/ecc-mul-a-test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/ecc-mul-a-test.c b/testsuite/ecc-mul-a-test.c
index a865d487..9d19762f 100644
--- a/testsuite/ecc-mul-a-test.c
+++ b/testsuite/ecc-mul-a-test.c
@@ -8,6 +8,7 @@ test_main (void)
unsigned i;
gmp_randinit_default (rands);
+ test_randomize (rands);
mpz_init (r);
for (i = 0; ecc_curves[i]; i++)