aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fs/fs_unindex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/fs_unindex.c b/src/fs/fs_unindex.c
index cfe73d617..5a956b0b5 100644
--- a/src/fs/fs_unindex.c
+++ b/src/fs/fs_unindex.c
@@ -578,6 +578,7 @@ GNUNET_FS_unindex_do_remove_kblocks_ (struct GNUNET_FS_UnindexContext *uc)
578 keyword = &uc->ksk_uri->data.ksk.keywords[uc->ksk_offset][1]; 578 keyword = &uc->ksk_uri->data.ksk.keywords[uc->ksk_offset][1];
579 GNUNET_CRYPTO_ecc_public_key_derive (&anon_pub, 579 GNUNET_CRYPTO_ecc_public_key_derive (&anon_pub,
580 keyword, 580 keyword,
581 "fs-ublock",
581 &dpub); 582 &dpub);
582 GNUNET_CRYPTO_hash (&dpub, 583 GNUNET_CRYPTO_hash (&dpub,
583 sizeof (dpub), 584 sizeof (dpub),