aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/gnunet-revocation-tvg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/revocation/gnunet-revocation-tvg.c')
-rw-r--r--src/revocation/gnunet-revocation-tvg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/revocation/gnunet-revocation-tvg.c b/src/revocation/gnunet-revocation-tvg.c
index 71d74ea5e..6e6d36fd4 100644
--- a/src/revocation/gnunet-revocation-tvg.c
+++ b/src/revocation/gnunet-revocation-tvg.c
@@ -96,7 +96,7 @@ run (void *cls,
96 fprintf (stdout, "Zone private key (d, big-endian scalar, with ztype prepended):\n"); 96 fprintf (stdout, "Zone private key (d, big-endian scalar, with ztype prepended):\n");
97 print_bytes_ (&id_priv.ecdsa_key, sizeof(id_priv.ecdsa_key), 8, 1); 97 print_bytes_ (&id_priv.ecdsa_key, sizeof(id_priv.ecdsa_key), 8, 1);
98 fprintf (stdout, "\n"); 98 fprintf (stdout, "\n");
99 fprintf (stdout, "Zone identifier (zid):\n"); 99 fprintf (stdout, "Zone identifier (ztype|zkey):\n");
100 print_bytes (&id_pub, GNUNET_IDENTITY_key_get_length (&id_pub), 8); 100 print_bytes (&id_pub, GNUNET_IDENTITY_key_get_length (&id_pub), 8);
101 fprintf (stdout, "\n"); 101 fprintf (stdout, "\n");
102 fprintf (stdout, "Encoded zone identifier (zkl = zTLD):\n"); 102 fprintf (stdout, "Encoded zone identifier (zkl = zTLD):\n");