aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_crypto_ecc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_crypto_ecc.c')
-rw-r--r--src/util/test_crypto_ecc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/test_crypto_ecc.c b/src/util/test_crypto_ecc.c
index 6dac1763f..1adb41888 100644
--- a/src/util/test_crypto_ecc.c
+++ b/src/util/test_crypto_ecc.c
@@ -216,7 +216,6 @@ main (int argc, char *argv[])
216 return 0; 216 return 0;
217 } 217 }
218 GNUNET_log_setup ("test-crypto-ecc", "WARNING", NULL); 218 GNUNET_log_setup ("test-crypto-ecc", "WARNING", NULL);
219 GNUNET_CRYPTO_random_disable_entropy_gathering ();
220 if (GNUNET_OK != testCreateFromFile ()) 219 if (GNUNET_OK != testCreateFromFile ())
221 failureCount++; 220 failureCount++;
222 GNUNET_SCHEDULER_run (&test_async_creation, NULL); 221 GNUNET_SCHEDULER_run (&test_async_creation, NULL);