gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: fix sizes, should not affect actual oper


From: gnunet
Subject: [gnunet] branch master updated: fix sizes, should not affect actual operation
Date: Mon, 25 May 2020 09:53:27 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 2886db8f0 fix sizes, should not affect actual operation
2886db8f0 is described below

commit 2886db8f0b7628eda4aebd8d1a3b4effc1d1d62d
Author: Martin Schanzenbach <address@hidden>
AuthorDate: Mon May 25 09:48:12 2020 +0200

    fix sizes, should not affect actual operation
---
 src/revocation/gnunet-revocation-tvg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]