aboutsummaryrefslogtreecommitdiff
path: root/src/util/configuration.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/configuration.c
parentaab5ab384bc5d5fbd2dab0ecc640b07db0710be7 (diff)
downloadgnunet-81e30a126c1a7be76b87acab0b16933d2a5b4064.tar.gz
gnunet-81e30a126c1a7be76b87acab0b16933d2a5b4064.zip
-trying to address #2791
Diffstat (limited to 'src/util/configuration.c')
-rw-r--r--src/util/configuration.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/util/configuration.c b/src/util/configuration.c
index 72fe0e7d0..c762e3b9c 100644
--- a/src/util/configuration.c
+++ b/src/util/configuration.c
@@ -1499,11 +1499,6 @@ GNUNET_CONFIGURATION_load (struct GNUNET_CONFIGURATION_Handle *cfg,
1499 (filename != NULL)) 1499 (filename != NULL))
1500 GNUNET_CONFIGURATION_set_value_string (cfg, "PATHS", "DEFAULTCONFIG", 1500 GNUNET_CONFIGURATION_set_value_string (cfg, "PATHS", "DEFAULTCONFIG",
1501 filename); 1501 filename);
1502 if ((GNUNET_YES ==
1503 GNUNET_CONFIGURATION_have_value (cfg, "TESTING", "WEAKRANDOM")) &&
1504 (GNUNET_YES ==
1505 GNUNET_CONFIGURATION_get_value_yesno (cfg, "TESTING", "WEAKRANDOM")))
1506 GNUNET_CRYPTO_random_disable_entropy_gathering ();
1507 return GNUNET_OK; 1502 return GNUNET_OK;
1508} 1503}
1509 1504