From 2886db8f0b7628eda4aebd8d1a3b4effc1d1d62d Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Mon, 25 May 2020 09:48:12 +0200 Subject: fix sizes, should not affect actual operation --- src/revocation/gnunet-revocation-tvg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/revocation') 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); -- cgit v1.2.3