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 7a78580d2..26a177331 100644
--- a/src/gnsrecord/gnunet-gnsrecord-tvg.c
+++ b/src/gnsrecord/gnunet-gnsrecord-tvg.c
@@ -134,8 +134,8 @@ run_pkey (void)
134 &id_pub); 134 &id_pub);
135 fprintf (stdout, 135 fprintf (stdout,
136 "Zone private key (d, big-endian):\n"); 136 "Zone private key (d, big-endian):\n");
137 print_bytes (&id_priv.ecdsa_key, sizeof (struct 137 print_bytes_ (&id_priv.ecdsa_key,
138 GNUNET_CRYPTO_EcdsaPrivateKey), 8); 138 sizeof (struct GNUNET_CRYPTO_EcdsaPrivateKey), 8, 1);
139 fprintf (stdout, "\n"); 139 fprintf (stdout, "\n");
140 fprintf (stdout, "Zone identifier (ztype|zkey):\n"); 140 fprintf (stdout, "Zone identifier (ztype|zkey):\n");
141 print_bytes (&id_pub, GNUNET_IDENTITY_key_get_length (&id_pub), 8); 141 print_bytes (&id_pub, GNUNET_IDENTITY_key_get_length (&id_pub), 8);