aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns_interceptor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gnunet-service-gns_interceptor.c')
-rw-r--r--src/gns/gnunet-service-gns_interceptor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/gnunet-service-gns_interceptor.c b/src/gns/gnunet-service-gns_interceptor.c
index 8cb1951bf..61568c438 100644
--- a/src/gns/gnunet-service-gns_interceptor.c
+++ b/src/gns/gnunet-service-gns_interceptor.c
@@ -75,7 +75,7 @@ static struct GNUNET_DNS_Handle *dns_handle;
75/** 75/**
76 * Key of the zone we start lookups in. 76 * Key of the zone we start lookups in.
77 */ 77 */
78static struct GNUNET_CRYPTO_EccPublicSignKey zone; 78static struct GNUNET_CRYPTO_EcdsaPublicKey zone;
79 79
80/** 80/**
81 * Head of the DLL. 81 * Head of the DLL.
@@ -353,7 +353,7 @@ handle_dns_request (void *cls,
353 * @return #GNUNET_OK on success 353 * @return #GNUNET_OK on success
354 */ 354 */
355int 355int
356GNS_interceptor_init (const struct GNUNET_CRYPTO_EccPublicSignKey *gnu_zone, 356GNS_interceptor_init (const struct GNUNET_CRYPTO_EcdsaPublicKey *gnu_zone,
357 const struct GNUNET_CONFIGURATION_Handle *c) 357 const struct GNUNET_CONFIGURATION_Handle *c)
358{ 358{
359 GNUNET_log (GNUNET_ERROR_TYPE_INFO, 359 GNUNET_log (GNUNET_ERROR_TYPE_INFO,