gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: eliminate unnecessary ec-mu


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: eliminate unnecessary ec-mul operation from gnunet-namestore
Date: Mon, 10 Jun 2019 06:36:33 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new f409153ec eliminate unnecessary ec-mul operation from gnunet-namestore
f409153ec is described below

commit f409153ec70fa85d1d24e6d0203f4590bacdd37d
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Jun 10 06:34:45 2019 +0200

    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)
   {

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]