aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/crypto_hash.c')
-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