aboutsummaryrefslogtreecommitdiff
path: root/src/messenger/messenger_api_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/messenger/messenger_api_util.c')
-rw-r--r--src/messenger/messenger_api_util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/messenger/messenger_api_util.c b/src/messenger/messenger_api_util.c
index f56e2e201..9d23e2262 100644
--- a/src/messenger/messenger_api_util.c
+++ b/src/messenger/messenger_api_util.c
@@ -70,10 +70,10 @@ generate_free_member_id (struct GNUNET_ShortHashCode *id,
70 return GNUNET_NO; 70 return GNUNET_NO;
71} 71}
72 72
73const struct GNUNET_IDENTITY_PublicKey* 73const struct GNUNET_CRYPTO_PublicKey*
74get_anonymous_public_key () 74get_anonymous_public_key ()
75{ 75{
76 static struct GNUNET_IDENTITY_PublicKey public_key; 76 static struct GNUNET_CRYPTO_PublicKey public_key;
77 static struct GNUNET_IDENTITY_Ego* ego = NULL; 77 static struct GNUNET_IDENTITY_Ego* ego = NULL;
78 78
79 if (!ego) 79 if (!ego)