gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -fix


From: gnunet
Subject: [gnunet] branch master updated: -fix
Date: Sat, 29 Jan 2022 18:13:24 +0100

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 491ccf487 -fix
     new d09f9be91 Merge branch 'master' of git+ssh://git.gnunet.org/gnunet
491ccf487 is described below

commit 491ccf4877956fb705aff38869b0dc1f477c4298
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Sat Jan 29 18:12:55 2022 +0100

    -fix
---
 src/gnsrecord/gnunet-gnsrecord-tvg.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gnsrecord/gnunet-gnsrecord-tvg.c 
b/src/gnsrecord/gnunet-gnsrecord-tvg.c
index 16a360bdc..ea2c6e3bb 100644
--- a/src/gnsrecord/gnunet-gnsrecord-tvg.c
+++ b/src/gnsrecord/gnunet-gnsrecord-tvg.c
@@ -133,7 +133,7 @@ run_pkey (void)
   print_record (&rd[0]);
 
   rd[1].data = &pkey_data;
-  rd[1].data_size = sizeof (struct GNUNET_CRYPTO_EcdsaPublicKey);
+  rd[1].data_size = sizeof (struct GNUNET_IDENTITY_PublicKey);
   rd[1].expiration_time = exp_abs.abs_value_us;
   rd[1].record_type = GNUNET_GNSRECORD_TYPE_PKEY;
   rd[1].flags = GNUNET_GNSRECORD_RF_PRIVATE;
@@ -235,7 +235,7 @@ run_edkey (void)
   print_record (&rd[0]);
 
   rd[1].data = &pkey_data;
-  rd[1].data_size = sizeof (struct GNUNET_CRYPTO_EddsaPublicKey);
+  rd[1].data_size = sizeof (struct GNUNET_IDENTITY_PublicKey);
   rd[1].expiration_time = exp_abs.abs_value_us;
   rd[1].record_type = GNUNET_GNSRECORD_TYPE_EDKEY;
   rd[1].flags = GNUNET_GNSRECORD_RF_PRIVATE;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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