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 6e6d36fd4..0838cecc4 100644
--- a/src/revocation/gnunet-revocation-tvg.c
+++ b/src/revocation/gnunet-revocation-tvg.c
@@ -93,7 +93,7 @@ run (void *cls,
93 GNUNET_IDENTITY_key_get_length (&id_pub), 93 GNUNET_IDENTITY_key_get_length (&id_pub),
94 ztld, 94 ztld,
95 sizeof (ztld)); 95 sizeof (ztld));
96 fprintf (stdout, "Zone private key (d, big-endian scalar, with ztype prepended):\n"); 96 fprintf (stdout, "Zone private key (d, big-endian scalar):\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 (ztype|zkey):\n"); 99 fprintf (stdout, "Zone identifier (ztype|zkey):\n");