From f409153ec70fa85d1d24e6d0203f4590bacdd37d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 10 Jun 2019 06:34:45 +0200 Subject: [PATCH] eliminate unnecessary ec-mul operation from gnunet-namestore --- src/namestore/gnunet-namestore.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/namestore/gnunet-namestore.c b/src/namestore/gnunet-namestore.c index 5f4daa4a8..e161a741d 100644 --- a/src/namestore/gnunet-namestore.c +++ b/src/namestore/gnunet-namestore.c @@ -982,7 +982,6 @@ static void identity_cb (void *cls, const struct GNUNET_IDENTITY_Ego *ego) { const struct GNUNET_CONFIGURATION_Handle *cfg = cls; - struct GNUNET_CRYPTO_EcdsaPublicKey pub; struct GNUNET_GNSRECORD_Data rd; el = NULL; @@ -1020,7 +1019,6 @@ identity_cb (void *cls, const struct GNUNET_IDENTITY_Ego *ego) GNUNET_SCHEDULER_shutdown (); return; } - GNUNET_CRYPTO_ecdsa_key_get_public (&zone_pkey, &pub); ns = GNUNET_NAMESTORE_connect (cfg); if (NULL == ns) { -- 2.25.1