gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 03/03: Merge branch 'master' of git+ssh://git.gnunet.org/gnunet


From: gnunet
Subject: [gnunet] 03/03: Merge branch 'master' of git+ssh://git.gnunet.org/gnunet
Date: Sat, 15 Jul 2023 15:53:12 +0200

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

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

commit 55d5ed20422cda828ee04065207d07f666b9a5ff
Merge: 365a1f1bd cbbd64c51
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Sat Jul 15 15:52:55 2023 +0200

    Merge branch 'master' of git+ssh://git.gnunet.org/gnunet
    
    NEWS: -

 src/include/gnunet_identity_service.h | 152 ++++++++++++++++------------------
 1 file changed, 73 insertions(+), 79 deletions(-)

diff --cc src/include/gnunet_identity_service.h
index 67327af5d,e8da67684..f38e373b1
--- a/src/include/gnunet_identity_service.h
+++ b/src/include/gnunet_identity_service.h
@@@ -622,15 -620,15 +620,15 @@@ GNUNET_IDENTITY_sign_raw_ 
   * @param[out] sig where to write the signature
   */
  #define GNUNET_IDENTITY_sign(priv,ps,sig) do {                \
--    /* check size is set correctly */                                     \
--    GNUNET_assert (ntohl ((ps)->purpose.size) == sizeof (*(ps)));         \
--    /* check 'ps' begins with the purpose */                              \
--    GNUNET_static_assert (((void*) (ps)) ==                               \
--                          ((void*) &(ps)->purpose));                      \
--    GNUNET_assert (GNUNET_OK ==                                           \
--                   GNUNET_IDENTITY_sign_ (priv,               \
--                                          &(ps)->purpose,             \
--                                          sig));                      \
++          /* check size is set correctly */                                   
  \
++          GNUNET_assert (ntohl ((ps)->purpose.size) == sizeof (*(ps)));       
  \
++          /* check 'ps' begins with the purpose */                            
  \
++          GNUNET_static_assert (((void*) (ps)) ==                             
  \
++                                ((void*) &(ps)->purpose));                    
  \
++          GNUNET_assert (GNUNET_OK ==                                         
  \
++                         GNUNET_IDENTITY_sign_ (priv,               \
++                                                &(ps)->purpose,             \
++                                                sig));                      \
  } while (0)
  
  

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