aboutsummaryrefslogtreecommitdiff
path: root/src/revocation
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-01-31 18:16:22 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2022-01-31 18:16:22 +0100
commitd66fc0956fc3179f99db6e05137825bd1c06408a (patch)
tree3156584ae7a24b3e1b713806726c19eae79ce8a2 /src/revocation
parent40b1c094ccd5977ca2bb614fde19305ebde4b4a2 (diff)
downloadgnunet-d66fc0956fc3179f99db6e05137825bd1c06408a.tar.gz
gnunet-d66fc0956fc3179f99db6e05137825bd1c06408a.zip
-fix
Diffstat (limited to 'src/revocation')
-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");