aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-11-28 20:52:20 +0000
committerChristian Grothoff <christian@grothoff.org>2014-11-28 20:52:20 +0000
commitf4c9c6514494547973b8962f22fce8266afd4992 (patch)
tree2211f91a0e80f143cb066ca365c6ddcbb02759cf /src/util
parent264c9b7f668d0429eaae01075c742ae6ad6f49ee (diff)
downloadgnunet-f4c9c6514494547973b8962f22fce8266afd4992.tar.gz
gnunet-f4c9c6514494547973b8962f22fce8266afd4992.zip
-fixing misc issues and bugs, including better termination logic for intersection and salt handling
Diffstat (limited to 'src/util')
-rw-r--r--src/util/crypto_hash.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/util/crypto_hash.c b/src/util/crypto_hash.c
index 60ed6582d..ac64d68e1 100644
--- a/src/util/crypto_hash.c
+++ b/src/util/crypto_hash.c
@@ -375,8 +375,9 @@ GNUNET_CRYPTO_hash_sum (const struct GNUNET_HashCode * a,
375 * @param result set to a ^ b 375 * @param result set to a ^ b
376 */ 376 */
377void 377void
378GNUNET_CRYPTO_hash_xor (const struct GNUNET_HashCode * a, const struct GNUNET_HashCode * b, 378GNUNET_CRYPTO_hash_xor (const struct GNUNET_HashCode *a,
379 struct GNUNET_HashCode * result) 379 const struct GNUNET_HashCode *b,
380 struct GNUNET_HashCode *result)
380{ 381{
381 int i; 382 int i;
382 383