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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/crypto_hash.c b/src/util/crypto_hash.c
index 0dbe9dbe8..94b6f5099 100644
--- a/src/util/crypto_hash.c
+++ b/src/util/crypto_hash.c
@@ -94,7 +94,7 @@ GNUNET_CRYPTO_hash_to_enc (const struct GNUNET_HashCode *block,
94 * @param result where to store the hash code 94 * @param result where to store the hash code
95 * @return #GNUNET_OK on success, #GNUNET_SYSERR if result has the wrong encoding 95 * @return #GNUNET_OK on success, #GNUNET_SYSERR if result has the wrong encoding
96 */ 96 */
97int 97enum GNUNET_GenericReturnValue
98GNUNET_CRYPTO_hash_from_string2 (const char *enc, 98GNUNET_CRYPTO_hash_from_string2 (const char *enc,
99 size_t enclen, 99 size_t enclen,
100 struct GNUNET_HashCode *result) 100 struct GNUNET_HashCode *result)