aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-08-25 13:56:11 +0200
committerChristian Grothoff <christian@grothoff.org>2022-08-25 13:56:11 +0200
commit567469d45952ec5df4c9dea18207bde3768de52d (patch)
tree019d1f624fbdc72f35d1c0516aa411fc7d02fef1 /src/include
parent209277b433f079991373f8e58a0c6708b14f56c1 (diff)
downloadgnunet-567469d45952ec5df4c9dea18207bde3768de52d.tar.gz
gnunet-567469d45952ec5df4c9dea18207bde3768de52d.zip
double-check GP/PP are finenlnet-r5n-audit
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 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