aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_publish_ublock.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-15 15:35:30 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-15 15:35:30 +0000
commit82dad580ad5ba8d2ec44a3a94f5acff01a70489d (patch)
tree05560e05ff545261e740703fa5ae330d0e0fdb38 /src/fs/fs_publish_ublock.c
parentd4d2c0f533618b7c3a8e7200e6d080c4ff69f6d1 (diff)
downloadgnunet-82dad580ad5ba8d2ec44a3a94f5acff01a70489d.tar.gz
gnunet-82dad580ad5ba8d2ec44a3a94f5acff01a70489d.zip
-fix unindexing of KBlocks, make use of standard UBlock decryption routines to avoid decoding failures
Diffstat (limited to 'src/fs/fs_publish_ublock.c')
-rw-r--r--src/fs/fs_publish_ublock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_publish_ublock.c b/src/fs/fs_publish_ublock.c
index 252268e24..1c46f0d29 100644
--- a/src/fs/fs_publish_ublock.c
+++ b/src/fs/fs_publish_ublock.c
@@ -65,7 +65,7 @@ derive_ublock_encryption_key (struct GNUNET_CRYPTO_AesSessionKey *skey,
65 * Decrypt the given UBlock, storing the result in output. 65 * Decrypt the given UBlock, storing the result in output.
66 * 66 *
67 * @param input input data 67 * @param input input data
68 * @param input_len number of bytes in input 68 * @param input_len number of bytes in @a input
69 * @param ns public key under which the UBlock was stored 69 * @param ns public key under which the UBlock was stored
70 * @param label label under which the UBlock was stored 70 * @param label label under which the UBlock was stored
71 * @param output where to write the result, has input_len bytes 71 * @param output where to write the result, has input_len bytes