aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_search.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_search.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_search.c')
-rw-r--r--src/fs/fs_search.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/fs_search.c b/src/fs/fs_search.c
index 09c260000..2e09c1e22 100644
--- a/src/fs/fs_search.c
+++ b/src/fs/fs_search.c
@@ -672,9 +672,9 @@ process_sks_result (struct GNUNET_FS_SearchContext *sc, const char *id_update,
672 * @param sc search context with the keywords 672 * @param sc search context with the keywords
673 * @param dpub derived public key used for the search 673 * @param dpub derived public key used for the search
674 * @param edata encrypted data 674 * @param edata encrypted data
675 * @param edata_size number of bytes in 'edata' (and 'data') 675 * @param edata_size number of bytes in @a edata (and @a data)
676 * @param data where to store the plaintext 676 * @param data where to store the plaintext
677 * @return keyword index on success, GNUNET_SYSERR on error (no such 677 * @return keyword index on success, #GNUNET_SYSERR on error (no such
678 * keyword, internal error) 678 * keyword, internal error)
679 */ 679 */
680static int 680static int