gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 01/08: fs/struct: Add missing field 'signature' of /:msg


From: gnunet
Subject: [gnunet-scheme] 01/08: fs/struct: Add missing field 'signature' of /:msg:fs:response-loc-signature.
Date: Thu, 02 Feb 2023 18:49:03 +0100

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

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

commit ceb8a222f6fda3303859547650ab4c74f13ecb42
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Sat Jan 7 21:28:25 2023 +0100

    fs/struct: Add missing field 'signature' of /:msg:fs:response-loc-signature.
    
    * gnu/gnunet/fs/struct.scm
    (/:msg:fs:response-loc-signature)[signature]: Add field.
---
 gnu/gnunet/fs/struct.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/gnunet/fs/struct.scm b/gnu/gnunet/fs/struct.scm
index c63c866..12e9874 100644
--- a/gnu/gnunet/fs/struct.scm
+++ b/gnu/gnunet/fs/struct.scm
@@ -31,7 +31,7 @@
          /:msg:fs:put!)
   (import (only (rnrs base) define begin * quote)
          (only (gnu gnunet crypto struct)
-               /peer-identity)
+               /eddsa-signature /peer-identity)
          (only (gnu gnunet hashcode struct)
                /hashcode:512)
          (only (gnu gnunet util struct)
@@ -80,6 +80,8 @@
              (synopsis "Expiration time of this signature.")
              (documentation "Expiration time that was actually used (rounded!).
 IIUC, not necessarily the time that was requested."))
+       (field (signature /eddsa-signature)
+             (synopsis "The requested signature"))
        (field (peer /peer-identity)
              (synopsis "Identity of the peer sharing the file.")
              (documentation "On a typical setup, this is the identity of the

-- 
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]