diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-09-15 15:35:30 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-09-15 15:35:30 +0000 |
commit | 82dad580ad5ba8d2ec44a3a94f5acff01a70489d (patch) | |
tree | 05560e05ff545261e740703fa5ae330d0e0fdb38 /src/fs/fs_publish_ublock.c | |
parent | d4d2c0f533618b7c3a8e7200e6d080c4ff69f6d1 (diff) |
-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_publish_ublock.c b/src/fs/fs_publish_ublock.c index 252268e24e..1c46f0d294 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, * Decrypt the given UBlock, storing the result in output. * * @param input input data - * @param input_len number of bytes in input + * @param input_len number of bytes in @a input * @param ns public key under which the UBlock was stored * @param label label under which the UBlock was stored * @param output where to write the result, has input_len bytes |