broken build
[oweals/gnunet.git] / src / gns / gnunet-service-gns_interceptor.c
index cbacc318d153d45cfd0b62b805f9341bc689efa8..affa0f5d6f64374a5549d7019b526e9fcdb4d60a 100644 (file)
@@ -66,7 +66,7 @@ static struct GNUNET_CRYPTO_ShortHashCode our_zone;
 /**
  * Our priv key
  */
-static struct GNUNET_CRYPTO_RsaPrivateKey *our_key;
+static struct GNUNET_CRYPTO_EccPrivateKey *our_key;
 
 /**
  * Default timeout
@@ -344,7 +344,7 @@ handle_dns_request (void *cls,
  */
 int
 gns_interceptor_init (struct GNUNET_CRYPTO_ShortHashCode zone,
-                     struct GNUNET_CRYPTO_RsaPrivateKey *key,
+                     struct GNUNET_CRYPTO_EccPrivateKey *key,
                      const struct GNUNET_CONFIGURATION_Handle *c)
 {
   GNUNET_log(GNUNET_ERROR_TYPE_INFO,