aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_crypto_rsa.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-02-11 23:04:43 +0000
committerChristian Grothoff <christian@grothoff.org>2013-02-11 23:04:43 +0000
commit81e30a126c1a7be76b87acab0b16933d2a5b4064 (patch)
tree0ef72d3c402f557bff35cce46fff40320e1096c7 /src/util/test_crypto_rsa.c
parentaab5ab384bc5d5fbd2dab0ecc640b07db0710be7 (diff)
downloadgnunet-81e30a126c1a7be76b87acab0b16933d2a5b4064.tar.gz
gnunet-81e30a126c1a7be76b87acab0b16933d2a5b4064.zip
-trying to address #2791
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);