gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -not a scalar/int


From: gnunet
Subject: [gnunet] branch master updated: -not a scalar/int
Date: Sun, 30 Jan 2022 23:28:50 +0100

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 3fe64a38f -not a scalar/int
3fe64a38f is described below

commit 3fe64a38f7c3a4aeaab3a00cb8e04672e91515fd
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Sun Jan 30 23:28:44 2022 +0100

    -not a scalar/int
---
 src/gnsrecord/gnunet-gnsrecord-tvg.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gnsrecord/gnunet-gnsrecord-tvg.c 
b/src/gnsrecord/gnunet-gnsrecord-tvg.c
index f1420d2d0..bdb995a50 100644
--- a/src/gnsrecord/gnunet-gnsrecord-tvg.c
+++ b/src/gnsrecord/gnunet-gnsrecord-tvg.c
@@ -222,8 +222,8 @@ run_edkey (void)
   GNUNET_IDENTITY_key_get_public (&id_priv,
                                   &id_pub);
   fprintf (stdout,
-           "Zone private key (d, big-endian):\n");
-  print_bytes_ (&id_priv.eddsa_key, sizeof (struct 
GNUNET_CRYPTO_EddsaPrivateKey), 8, 1);
+           "Zone private key (d):\n");
+  print_bytes (&id_priv.eddsa_key, sizeof (struct 
GNUNET_CRYPTO_EddsaPrivateKey), 8);
   fprintf (stdout, "\n");
   fprintf (stdout, "Zone identifier (ztype|zkey):\n");
   print_bytes (&id_pub, GNUNET_IDENTITY_key_get_length (&id_pub), 8);

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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