gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r29244 - in gnunet/src: hello identity namestore


From: gnunet
Subject: [GNUnet-SVN] r29244 - in gnunet/src: hello identity namestore
Date: Fri, 13 Sep 2013 20:59:45 +0200

Author: grothoff
Date: 2013-09-13 20:59:45 +0200 (Fri, 13 Sep 2013)
New Revision: 29244

Modified:
   gnunet/src/hello/hello.c
   gnunet/src/identity/gnunet-identity.c
   gnunet/src/namestore/namestore_api_common.c
Log:
-more rename issues

Modified: gnunet/src/hello/hello.c
===================================================================
--- gnunet/src/hello/hello.c    2013-09-13 18:57:04 UTC (rev 29243)
+++ gnunet/src/hello/hello.c    2013-09-13 18:59:45 UTC (rev 29244)
@@ -873,7 +873,7 @@
   struct GNUNET_HELLO_ComposeUriContext ctx;
   ctx.plugins_find = plugins_find;
 
-  char *pkey = GNUNET_CRYPTO_ecc_public_key_to_string (&(hello->publicKey));
+  char *pkey = GNUNET_CRYPTO_ecc_public_sign_key_to_string 
(&(hello->publicKey));
 
   GNUNET_asprintf (&(ctx.uri),
                    "%s%s",

Modified: gnunet/src/identity/gnunet-identity.c
===================================================================
--- gnunet/src/identity/gnunet-identity.c       2013-09-13 18:57:04 UTC (rev 
29243)
+++ gnunet/src/identity/gnunet-identity.c       2013-09-13 18:59:45 UTC (rev 
29244)
@@ -267,7 +267,7 @@
   if (NULL == ego)
     return;
   GNUNET_IDENTITY_ego_get_public_key (ego, &pk);
-  s = GNUNET_CRYPTO_ecc_public_key_to_string (&pk);
+  s = GNUNET_CRYPTO_ecc_public_sign_key_to_string (&pk);
   if ( (monitor) || (NULL != identifier) )
     fprintf (stdout, "%s - %s\n", identifier, s);
   GNUNET_free (s);

Modified: gnunet/src/namestore/namestore_api_common.c
===================================================================
--- gnunet/src/namestore/namestore_api_common.c 2013-09-13 18:57:04 UTC (rev 
29243)
+++ gnunet/src/namestore/namestore_api_common.c 2013-09-13 18:59:45 UTC (rev 
29244)
@@ -582,7 +582,7 @@
   case GNUNET_NAMESTORE_TYPE_PKEY:
     if (data_size != sizeof (struct GNUNET_CRYPTO_EccPublicSignKey))
       return NULL;
-    return GNUNET_CRYPTO_ecc_public_key_to_string (data);
+    return GNUNET_CRYPTO_ecc_public_sign_key_to_string (data);
   case GNUNET_NAMESTORE_TYPE_PSEU:
     return GNUNET_strndup (data, data_size);
   case GNUNET_NAMESTORE_TYPE_LEHO:
@@ -970,7 +970,7 @@
   static char ret[128];
   char *pkeys;
 
-  pkeys = GNUNET_CRYPTO_ecc_public_key_to_string (pkey);
+  pkeys = GNUNET_CRYPTO_ecc_public_sign_key_to_string (pkey);
   GNUNET_snprintf (ret,
                   sizeof (ret),
                   "%s.zkey",




reply via email to

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