-fix uninit and fix leak
[oweals/gnunet.git] / src / gns / gnunet-service-gns_interceptor.h
index 613ce8cdc8aed94ef45293cf7cc8e027a461d96b..a1da4938b21496b97c42cf8447f725b9405c46be 100644 (file)
@@ -37,7 +37,7 @@
  */
 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);
 
 /**