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:14:01 +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 63fe195e4 -fix
63fe195e4 is described below

commit 63fe195e40e55f13ab29e3ba578e97017fc4cc48
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Tue Nov 10 20:06:32 2020 +0900

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

diff --git a/src/include/gnunet_identity_service.h 
b/src/include/gnunet_identity_service.h
index a75e573d6..2974568db 100644
--- a/src/include/gnunet_identity_service.h
+++ b/src/include/gnunet_identity_service.h
@@ -585,10 +585,10 @@ GNUNET_IDENTITY_signature_verify_ (uint32_t purpose,
     /* check 'ps' begins with the purpose */                              \
     GNUNET_static_assert (((void*) (ps)) ==                               \
                           ((void*) &(ps)->purpose));                      \
-    GNUNET_IDENTITY_public_key_verify_ (purp,                              \
-                                        &(ps)->purpose,                    \
-                                        sig,                               \
-                                        pub);                              \
+    GNUNET_IDENTITY_signature_verify_ (purp,                              \
+                                       &(ps)->purpose,                    \
+                                       sig,                               \
+                                       pub);                              \
   })
 
 

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