gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: fix


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix
Date: Thu, 05 Sep 2019 07:14:59 +0200

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

commit e146bf195b82dfe1f94cd940a532262ce02410b2
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Thu Sep 5 07:12:45 2019 +0200

    fix
---
 src/reclaim/oidc_helper.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/reclaim/oidc_helper.c b/src/reclaim/oidc_helper.c
index fdf556248..2750ef1ca 100644
--- a/src/reclaim/oidc_helper.c
+++ b/src/reclaim/oidc_helper.c
@@ -322,8 +322,6 @@ base64_and_urlencode (const char *data, size_t data_size)
 }
 
 
-
-
 /**
  * Returns base64 encoded string urlencoded
  *
@@ -672,7 +670,8 @@ OIDC_parse_authz_code (const struct 
GNUNET_CRYPTO_EcdsaPrivateKey *ecdsa_priv,
   attrs_ser_len = ntohl (params->attr_list_len);
   *attrs = GNUNET_RECLAIM_ATTRIBUTE_list_deserialize (attrs_ser, 
attrs_ser_len);
   // Signature
-  signature = (struct GNUNET_CRYPTO_EcdsaSignature *) attrs_ser + 
attrs_ser_len;
+  signature =
+    (struct GNUNET_CRYPTO_EcdsaSignature *) (attrs_ser + attrs_ser_len);
   GNUNET_CRYPTO_ecdsa_key_get_public (ecdsa_priv, &ecdsa_pub);
   if (0 != GNUNET_memcmp (&ecdsa_pub, &ticket->audience))
   {

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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