aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_namespace.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-02-15 13:58:52 +0000
committerChristian Grothoff <christian@grothoff.org>2013-02-15 13:58:52 +0000
commitbdeb59bc30331d6fd9f05d56d44a30f281b46195 (patch)
tree4ed1830fec733e90ac15323b4e4851f704a35c64 /src/fs/fs_namespace.c
parent140fdac7581295bd7d9dd90ead81bf31f8473cbf (diff)
downloadgnunet-bdeb59bc30331d6fd9f05d56d44a30f281b46195.tar.gz
gnunet-bdeb59bc30331d6fd9f05d56d44a30f281b46195.zip
-fixes to make stream tests pass with ecc in core
Diffstat (limited to 'src/fs/fs_namespace.c')
-rw-r--r--src/fs/fs_namespace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_namespace.c b/src/fs/fs_namespace.c
index 5c16ea4ae..d84fdc5b1 100644
--- a/src/fs/fs_namespace.c
+++ b/src/fs/fs_namespace.c
@@ -598,7 +598,7 @@ GNUNET_FS_publish_sks (struct GNUNET_FS_Handle *h,
598 GNUNET_CRYPTO_hash (identifier, idlen, &key); 598 GNUNET_CRYPTO_hash (identifier, idlen, &key);
599 GNUNET_CRYPTO_hash (&key, sizeof (struct GNUNET_HashCode), &id); 599 GNUNET_CRYPTO_hash (&key, sizeof (struct GNUNET_HashCode), &id);
600 sks_uri = GNUNET_malloc (sizeof (struct GNUNET_FS_Uri)); 600 sks_uri = GNUNET_malloc (sizeof (struct GNUNET_FS_Uri));
601 sks_uri->type = sks; 601 sks_uri->type = GNUNET_FS_URI_SKS;
602 GNUNET_CRYPTO_rsa_key_get_public (ns->key, &sb_enc->subspace); 602 GNUNET_CRYPTO_rsa_key_get_public (ns->key, &sb_enc->subspace);
603 GNUNET_CRYPTO_hash (&sb_enc->subspace, 603 GNUNET_CRYPTO_hash (&sb_enc->subspace,
604 sizeof (struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded), 604 sizeof (struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded),