summaryrefslogtreecommitdiff
path: root/src/fs/fs_namespace.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_namespace.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_namespace.c')
-rw-r--r--src/fs/fs_namespace.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fs/fs_namespace.c b/src/fs/fs_namespace.c
index e838c489f..d456dc34b 100644
--- a/src/fs/fs_namespace.c
+++ b/src/fs/fs_namespace.c
@@ -723,10 +723,10 @@ GNUNET_FS_publish_sks (struct GNUNET_FS_Handle *h,
723 sizeof (ub_enc->verification_key), 723 sizeof (ub_enc->verification_key),
724 &query); 724 &query);
725 GNUNET_FS_pseudonym_sign (ns->key, 725 GNUNET_FS_pseudonym_sign (ns->key,
726 &ub_enc->purpose, 726 &ub_enc->purpose,
727 NULL, 727 NULL,
728 &signing_key, 728 &signing_key,
729 &ub_enc->signature); 729 &ub_enc->signature);
730 psc = GNUNET_malloc (sizeof (struct GNUNET_FS_PublishSksContext)); 730 psc = GNUNET_malloc (sizeof (struct GNUNET_FS_PublishSksContext));
731 psc->uri = sks_uri; 731 psc->uri = sks_uri;
732 psc->cont = cont; 732 psc->cont = cont;