aboutsummaryrefslogtreecommitdiff
path: root/src/hello/hello.c
diff options
context:
space:
mode:
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",