aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-06 09:35:52 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-06 09:35:52 +0000
commitb0f956058355ea7e96a7d3022b08dd951acd99a5 (patch)
tree69bef96ace98558a843366251424dc6d9fb16cb8 /src/include
parent99ba3c2b1294b890671d0d7d6e4319be70bee5a0 (diff)
downloadgnunet-b0f956058355ea7e96a7d3022b08dd951acd99a5.tar.gz
gnunet-b0f956058355ea7e96a7d3022b08dd951acd99a5.zip
renaming GNUNET_CRYPTO_get_host_identity to GNUNET_CRYPTO_get_peer_identity
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 43bcc3da4..c72c135c1 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.h
@@ -982,7 +982,7 @@ GNUNET_CRYPTO_ecc_setup_hostkey (const char *cfg_name);
982 * could not be retrieved 982 * could not be retrieved
983 */ 983 */
984int 984int
985GNUNET_CRYPTO_get_host_identity (const struct GNUNET_CONFIGURATION_Handle *cfg, 985GNUNET_CRYPTO_get_peer_identity (const struct GNUNET_CONFIGURATION_Handle *cfg,
986 struct GNUNET_PeerIdentity *dst); 986 struct GNUNET_PeerIdentity *dst);
987 987
988 988