aboutsummaryrefslogtreecommitdiff
path: root/src/gnsrecord/gnunet-gnsrecord-tvg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnsrecord/gnunet-gnsrecord-tvg.c')
-rw-r--r--src/gnsrecord/gnunet-gnsrecord-tvg.c4
1 files 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)
222 GNUNET_IDENTITY_key_get_public (&id_priv, 222 GNUNET_IDENTITY_key_get_public (&id_priv,
223 &id_pub); 223 &id_pub);
224 fprintf (stdout, 224 fprintf (stdout,
225 "Zone private key (d, big-endian):\n"); 225 "Zone private key (d):\n");
226 print_bytes_ (&id_priv.eddsa_key, sizeof (struct GNUNET_CRYPTO_EddsaPrivateKey), 8, 1); 226 print_bytes (&id_priv.eddsa_key, sizeof (struct GNUNET_CRYPTO_EddsaPrivateKey), 8);
227 fprintf (stdout, "\n"); 227 fprintf (stdout, "\n");
228 fprintf (stdout, "Zone identifier (ztype|zkey):\n"); 228 fprintf (stdout, "Zone identifier (ztype|zkey):\n");
229 print_bytes (&id_pub, GNUNET_IDENTITY_key_get_length (&id_pub), 8); 229 print_bytes (&id_pub, GNUNET_IDENTITY_key_get_length (&id_pub), 8);