From 01521e0e51a35ff1e1b54dc78d643ce8c9042720 Mon Sep 17 00:00:00 2001 From: LRN Date: Fri, 11 Oct 2013 14:13:24 +0000 Subject: Make it compile again --- src/include/gnunet_social_service.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/include/gnunet_social_service.h') diff --git a/src/include/gnunet_social_service.h b/src/include/gnunet_social_service.h index 88a52b709..b0c7b63cd 100644 --- a/src/include/gnunet_social_service.h +++ b/src/include/gnunet_social_service.h @@ -283,7 +283,7 @@ GNUNET_SOCIAL_home_reject_entry (struct GNUNET_SOCIAL_Home *home, */ void GNUNET_SOCIAL_nym_get_key (struct GNUNET_SOCIAL_Nym *nym, - struct GNUNET_CRYPTO_EccPublicSignKey *nym_key); + struct GNUNET_CRYPTO_EddsaPublicKey *nym_key); /** @@ -294,7 +294,7 @@ GNUNET_SOCIAL_nym_get_key (struct GNUNET_SOCIAL_Nym *nym, */ void GNUNET_SOCIAL_home_get_key (struct GNUNET_SOCIAL_Home *home, - struct GNUNET_CRYPTO_EccPrivateKey *home_key); + struct GNUNET_CRYPTO_EddsaPrivateKey *home_key); /** @@ -440,7 +440,7 @@ GNUNET_SOCIAL_place_enter (const struct GNUNET_CONFIGURATION_Handle *cfg, struct GNUNET_SOCIAL_Place * GNUNET_SOCIAL_place_enter2 (const struct GNUNET_CONFIGURATION_Handle *cfg, struct GNUNET_IDENTITY_Ego *ego, - struct GNUNET_CRYPTO_EccPublicSignKey *crypto_address, + struct GNUNET_CRYPTO_EddsaPublicKey *crypto_address, struct GNUNET_PeerIdentity *origin, size_t relay_count, struct GNUNET_PeerIdentity *relays, -- cgit v1.2.3