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.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 ff14b09ca..cfb8e5fa5 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.h
@@ -1635,7 +1635,7 @@ GNUNET_CRYPTO_eddsa_setup_hostkey (const char *cfg_name);
1635 * @return #GNUNET_OK on success, #GNUNET_SYSERR if the identity 1635 * @return #GNUNET_OK on success, #GNUNET_SYSERR if the identity
1636 * could not be retrieved 1636 * could not be retrieved
1637 */ 1637 */
1638int 1638enum GNUNET_GenericReturnValue
1639GNUNET_CRYPTO_get_peer_identity (const struct GNUNET_CONFIGURATION_Handle *cfg, 1639GNUNET_CRYPTO_get_peer_identity (const struct GNUNET_CONFIGURATION_Handle *cfg,
1640 struct GNUNET_PeerIdentity *dst); 1640 struct GNUNET_PeerIdentity *dst);
1641 1641