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: Tue, 10 Nov 2020 12:08:00 +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 37e6d5746 -fix
37e6d5746 is described below

commit 37e6d57460f3f4aecd7abbd74e107ff70edc8859
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Tue Nov 10 20:00:34 2020 +0900

    -fix
---
 src/include/gnunet_identity_service.h | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/include/gnunet_identity_service.h 
b/src/include/gnunet_identity_service.h
index e59cf65af..a75e573d6 100644
--- a/src/include/gnunet_identity_service.h
+++ b/src/include/gnunet_identity_service.h
@@ -510,10 +510,10 @@ GNUNET_IDENTITY_write_signature_to_buffer (const struct
  */
 int
 GNUNET_IDENTITY_sign_ (const struct
-                                   GNUNET_IDENTITY_PrivateKey *priv,
-                                   const struct
-                                   GNUNET_CRYPTO_EccSignaturePurpose *purpose,
-                                   struct GNUNET_IDENTITY_Signature *sig);
+                       GNUNET_IDENTITY_PrivateKey *priv,
+                       const struct
+                       GNUNET_CRYPTO_EccSignaturePurpose *purpose,
+                       struct GNUNET_IDENTITY_Signature *sig);
 
 
 /**
@@ -534,9 +534,9 @@ GNUNET_IDENTITY_sign_ (const struct
     GNUNET_static_assert (((void*) (ps)) ==                               \
                           ((void*) &(ps)->purpose));                      \
     GNUNET_assert (GNUNET_OK ==                                           \
-                   GNUNET_IDENTITY_private_key_sign_ (priv,               \
-                                                      &(ps)->purpose,          
   \
-                                                      sig));                   
   \
+                   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]