aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_ecc.c
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/util/crypto_ecc.c
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/util/crypto_ecc.c')
-rw-r--r--src/util/crypto_ecc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/crypto_ecc.c b/src/util/crypto_ecc.c
index 770b0c37c..144cfbd45 100644
--- a/src/util/crypto_ecc.c
+++ b/src/util/crypto_ecc.c
@@ -741,7 +741,7 @@ GNUNET_CRYPTO_ecc_setup_key (const char *cfg_name)
741 * could not be retrieved 741 * could not be retrieved
742 */ 742 */
743int 743int
744GNUNET_CRYPTO_get_host_identity (const struct GNUNET_CONFIGURATION_Handle *cfg, 744GNUNET_CRYPTO_get_peer_identity (const struct GNUNET_CONFIGURATION_Handle *cfg,
745 struct GNUNET_PeerIdentity *dst) 745 struct GNUNET_PeerIdentity *dst)
746{ 746{
747 struct GNUNET_CRYPTO_EccPrivateKey *priv; 747 struct GNUNET_CRYPTO_EccPrivateKey *priv;