aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2020-08-31 09:24:07 +0200
committert3sserakt <t3ss@posteo.de>2020-08-31 09:30:46 +0200
commit4887fa044a7792d367b0cf9d48b3d6d3b0adfd17 (patch)
tree97f19bff30d18d52b61cc84483059f64fa225c9d /src/include
parent72cb328c689aacf5a20a0107e5762c1749ea2886 (diff)
parent38e90f057952ed81492d6ee3db0bc87cef9e4207 (diff)
downloadgnunet-4887fa044a7792d367b0cf9d48b3d6d3b0adfd17.tar.gz
gnunet-4887fa044a7792d367b0cf9d48b3d6d3b0adfd17.zip
Merge branch 'master' of ssh://gnunet.org/gnunet
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_crypto_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h
index 8c3f4f058..03fb16a43 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.h
@@ -619,7 +619,7 @@ GNUNET_CRYPTO_hash_to_enc (const struct GNUNET_HashCode *block,
619 * @param result where to store the hash code 619 * @param result where to store the hash code
620 * @return #GNUNET_OK on success, #GNUNET_SYSERR if result has the wrong encoding 620 * @return #GNUNET_OK on success, #GNUNET_SYSERR if result has the wrong encoding
621 */ 621 */
622int 622enum GNUNET_GenericReturnValue
623GNUNET_CRYPTO_hash_from_string2 (const char *enc, 623GNUNET_CRYPTO_hash_from_string2 (const char *enc,
624 size_t enclen, 624 size_t enclen,
625 struct GNUNET_HashCode *result); 625 struct GNUNET_HashCode *result);