From: Martin Schanzenbach Date: Mon, 25 May 2020 07:48:12 +0000 (+0200) Subject: fix sizes, should not affect actual operation X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2886db8f0b7628eda4aebd8d1a3b4effc1d1d62d;p=oweals%2Fgnunet.git fix sizes, should not affect actual operation --- 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);