aboutsummaryrefslogtreecommitdiff
path: root/src/util/configuration.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-03-19 13:12:47 +0000
committerChristian Grothoff <christian@grothoff.org>2015-03-19 13:12:47 +0000
commit56af9c4ba537faf4c0a4a3acf8447a49673eec64 (patch)
tree1a98bea2666fb86bef94d361199c3d01fde93db9 /src/util/configuration.c
parentd86130ceeb0e9f7ef7adf192b8f44bf94398b466 (diff)
downloadgnunet-56af9c4ba537faf4c0a4a3acf8447a49673eec64.tar.gz
gnunet-56af9c4ba537faf4c0a4a3acf8447a49673eec64.zip
-get test to work, but with ecdsa instead of eddsa
Diffstat (limited to 'src/util/configuration.c')
-rw-r--r--src/util/configuration.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/util/configuration.c b/src/util/configuration.c
index d552a7f4d..24b38f933 100644
--- a/src/util/configuration.c
+++ b/src/util/configuration.c
@@ -572,10 +572,9 @@ GNUNET_CONFIGURATION_iterate_section_values (const struct
572 * @param iter_cls closure for @a iter 572 * @param iter_cls closure for @a iter
573 */ 573 */
574void 574void
575GNUNET_CONFIGURATION_iterate_sections (const struct GNUNET_CONFIGURATION_Handle 575GNUNET_CONFIGURATION_iterate_sections (const struct GNUNET_CONFIGURATION_Handle *cfg,
576 *cfg, 576 GNUNET_CONFIGURATION_Section_Iterator iter,
577 GNUNET_CONFIGURATION_Section_Iterator 577 void *iter_cls)
578 iter, void *iter_cls)
579{ 578{
580 struct ConfigSection *spos; 579 struct ConfigSection *spos;
581 struct ConfigSection *next; 580 struct ConfigSection *next;