aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-07-30 15:43:08 +0000
committerChristian Grothoff <christian@grothoff.org>2013-07-30 15:43:08 +0000
commitb87f43cb7ca0ceec933054e6b224b1b321eb7238 (patch)
treead54c100aed9b9cfe730fa8c50f49a511cca9170 /src/fs/fs_api.c
parent4ea563a1d1fbdf020af2432c0b0320e8422051f7 (diff)
downloadgnunet-b87f43cb7ca0ceec933054e6b224b1b321eb7238.tar.gz
gnunet-b87f43cb7ca0ceec933054e6b224b1b321eb7238.zip
-make use of deterministic ECDSA in FS, requires libgcrypt from Git as of yesterday
Diffstat (limited to 'src/fs/fs_api.c')
-rw-r--r--src/fs/fs_api.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fs/fs_api.c b/src/fs/fs_api.c
index 3ccb67105..ab49139b9 100644
--- a/src/fs/fs_api.c
+++ b/src/fs/fs_api.c
@@ -2725,7 +2725,6 @@ deserialize_download (struct GNUNET_FS_Handle *h,
2725 } 2725 }
2726 if (NULL != parent) 2726 if (NULL != parent)
2727 { 2727 {
2728 GNUNET_abort (); // for debugging for now - FIXME
2729 GNUNET_CONTAINER_DLL_insert (parent->child_head, parent->child_tail, dc); 2728 GNUNET_CONTAINER_DLL_insert (parent->child_head, parent->child_tail, dc);
2730 } 2729 }
2731 if (NULL != search) 2730 if (NULL != search)