aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/gnunet-revocation-tvg.c
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-01-31 17:47:24 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2022-01-31 17:47:24 +0100
commit40b1c094ccd5977ca2bb614fde19305ebde4b4a2 (patch)
tree4a1f03f907de04e49b6a419cd550accd312f989c /src/revocation/gnunet-revocation-tvg.c
parent8b456153847db2e4cf51c4f924021af40bbbe68b (diff)
downloadgnunet-40b1c094ccd5977ca2bb614fde19305ebde4b4a2.tar.gz
gnunet-40b1c094ccd5977ca2bb614fde19305ebde4b4a2.zip
-minor
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");