aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_crypto_rsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_crypto_rsa.c')
-rw-r--r--src/util/test_crypto_rsa.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/test_crypto_rsa.c b/src/util/test_crypto_rsa.c
index ee673786d..6574cc970 100644
--- a/src/util/test_crypto_rsa.c
+++ b/src/util/test_crypto_rsa.c
@@ -325,7 +325,6 @@ main (int argc, char *argv[])
325 int failureCount = 0; 325 int failureCount = 0;
326 326
327 GNUNET_log_setup ("test-crypto-rsa", "WARNING", NULL); 327 GNUNET_log_setup ("test-crypto-rsa", "WARNING", NULL);
328 GNUNET_CRYPTO_random_disable_entropy_gathering ();
329 if (GNUNET_OK != testCreateFromFile ()) 328 if (GNUNET_OK != testCreateFromFile ())
330 failureCount++; 329 failureCount++;
331 GNUNET_SCHEDULER_run (&test_async_creation, NULL); 330 GNUNET_SCHEDULER_run (&test_async_creation, NULL);