aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_crypto_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_crypto_lib.h')
-rw-r--r--src/include/gnunet_crypto_lib.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h
index 0d18e1185..0710815b5 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.h
@@ -743,8 +743,9 @@ GNUNET_CRYPTO_hash_sum (const struct GNUNET_HashCode *a,
743 * @param result set to @a a ^ @a b 743 * @param result set to @a a ^ @a b
744 */ 744 */
745void 745void
746GNUNET_CRYPTO_hash_xor (const struct GNUNET_HashCode * a, const struct GNUNET_HashCode * b, 746GNUNET_CRYPTO_hash_xor (const struct GNUNET_HashCode *a,
747 struct GNUNET_HashCode * result); 747 const struct GNUNET_HashCode *b,
748 struct GNUNET_HashCode *result);
748 749
749 750
750/** 751/**