aboutsummaryrefslogtreecommitdiff
path: root/src/hello/hello.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-13 18:59:45 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-13 18:59:45 +0000
commitae202e69cb8d882992cac472a2fd86da0d0b18bf (patch)
tree8885707fcb13a432378860980e8ea0293f26d162 /src/hello/hello.c
parentd5d073a8b040165be91a59cbdf6344bb698a760d (diff)
downloadgnunet-ae202e69cb8d882992cac472a2fd86da0d0b18bf.tar.gz
gnunet-ae202e69cb8d882992cac472a2fd86da0d0b18bf.zip
-more rename issues
Diffstat (limited to 'src/hello/hello.c')
-rw-r--r--src/hello/hello.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hello/hello.c b/src/hello/hello.c
index 780c1f127..b43723f08 100644
--- a/src/hello/hello.c
+++ b/src/hello/hello.c
@@ -873,7 +873,7 @@ GNUNET_HELLO_compose_uri (const struct GNUNET_HELLO_Message *hello,
873 struct GNUNET_HELLO_ComposeUriContext ctx; 873 struct GNUNET_HELLO_ComposeUriContext ctx;
874 ctx.plugins_find = plugins_find; 874 ctx.plugins_find = plugins_find;
875 875
876 char *pkey = GNUNET_CRYPTO_ecc_public_key_to_string (&(hello->publicKey)); 876 char *pkey = GNUNET_CRYPTO_ecc_public_sign_key_to_string (&(hello->publicKey));
877 877
878 GNUNET_asprintf (&(ctx.uri), 878 GNUNET_asprintf (&(ctx.uri),
879 "%s%s", 879 "%s%s",