gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -indentation, comment


From: gnunet
Subject: [gnunet] branch master updated: -indentation, comment
Date: Sat, 27 Jan 2024 11:03:00 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 8e69ae423 -indentation, comment
8e69ae423 is described below

commit 8e69ae4231ca7b5bd985393b498c92de4a348c91
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Sat Jan 27 11:02:53 2024 +0100

    -indentation, comment
---
 contrib/gana                     | 2 +-
 contrib/handbook                 | 2 +-
 src/include/gnunet_strings_lib.h | 4 ++++
 src/lib/util/crypto_blind_sign.c | 5 ++---
 4 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/contrib/gana b/contrib/gana
index 0ff4edfe7..f5577937d 160000
--- a/contrib/gana
+++ b/contrib/gana
@@ -1 +1 @@
-Subproject commit 0ff4edfe76be77a59d4ebff5031feb50f3ba07d8
+Subproject commit f5577937ddfe880a49c8bcfce6e531959d62fdd8
diff --git a/contrib/handbook b/contrib/handbook
index 5c20e0aaa..e5b42badb 160000
--- a/contrib/handbook
+++ b/contrib/handbook
@@ -1 +1 @@
-Subproject commit 5c20e0aaa95c7cebc225d02231221d18fdcbdb53
+Subproject commit e5b42badb7450aee5367e70294a0f8b1595945eb
diff --git a/src/include/gnunet_strings_lib.h b/src/include/gnunet_strings_lib.h
index 36dfe9c12..df70c5e8f 100644
--- a/src/include/gnunet_strings_lib.h
+++ b/src/include/gnunet_strings_lib.h
@@ -410,6 +410,10 @@ GNUNET_STRINGS_base64_encode (const void *in,
 /**
  * url/percent encode (RFC3986).
  *
+ * FIXME: awkward API, @a len is not actually used
+ * @a out is 0-terminated, should probably be changed
+ * to only input @a data and directly return @out or NULL.
+ *
  * @param data the data to decode
  * @param len the length of the input
  * @param out where to write the output (*out should be NULL,
diff --git a/src/lib/util/crypto_blind_sign.c b/src/lib/util/crypto_blind_sign.c
index ac611cf4f..33a587acd 100644
--- a/src/lib/util/crypto_blind_sign.c
+++ b/src/lib/util/crypto_blind_sign.c
@@ -47,9 +47,8 @@ GNUNET_CRYPTO_blinding_input_values_decref (
 
 
 void
-GNUNET_CRYPTO_blind_sign_priv_decref (struct
-                                      GNUNET_CRYPTO_BlindSignPrivateKey *
-                                      bsign_priv)
+GNUNET_CRYPTO_blind_sign_priv_decref (
+  struct GNUNET_CRYPTO_BlindSignPrivateKey *bsign_priv)
 {
   GNUNET_assert (bsign_priv->rc > 0);
   bsign_priv->rc--;

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