diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/revocation/gnunet-revocation-tvg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/revocation/gnunet-revocation-tvg.c b/src/revocation/gnunet-revocation-tvg.c index 23a4bf020..805b7c39c 100644 --- a/src/revocation/gnunet-revocation-tvg.c +++ b/src/revocation/gnunet-revocation-tvg.c @@ -63,7 +63,7 @@ run (void *cls, fprintf(stdout, "Zone private key (d):\n%s\n\n", data_enc); GNUNET_free (data_enc); GNUNET_STRINGS_base64_encode (&id_pub, - sizeof (struct GNUNET_CRYPTO_EcdsaPrivateKey), + sizeof (struct GNUNET_CRYPTO_EcdsaPublicKey), &data_enc); fprintf(stdout, "Zone public key (zk):\n%s\n\n", data_enc); GNUNET_free (data_enc); |