[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] branch master updated: PQ: Fix test ftbfs
From: |
gnunet |
Subject: |
[gnunet] branch master updated: PQ: Fix test ftbfs |
Date: |
Fri, 10 Nov 2023 14:46:06 +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 f61424a60 PQ: Fix test ftbfs
f61424a60 is described below
commit f61424a6082bfafeb9f0a9c3b226fabe0ef2712f
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Fri Nov 10 14:46:02 2023 +0100
PQ: Fix test ftbfs
---
contrib/gana | 2 +-
src/lib/pq/test_pq.c | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/contrib/gana b/contrib/gana
index 840792da1..c1dc2dc97 160000
--- a/contrib/gana
+++ b/contrib/gana
@@ -1 +1 @@
-Subproject commit 840792da1b88e826a178df77a48f42b0b58a2570
+Subproject commit c1dc2dc975742c929a523c22d91f7d4f82787230
diff --git a/src/lib/pq/test_pq.c b/src/lib/pq/test_pq.c
index d70e18e6d..813c4a019 100644
--- a/src/lib/pq/test_pq.c
+++ b/src/lib/pq/test_pq.c
@@ -168,7 +168,8 @@ run_queries (struct GNUNET_PQ_Context *db)
pub = GNUNET_CRYPTO_rsa_private_key_get_public (priv);
memset (&hmsg, 42, sizeof(hmsg));
sig = GNUNET_CRYPTO_rsa_sign_fdh (priv,
- &hmsg);
+ &hmsg,
+ sizeof (hmsg));
u16 = 16;
u32 = 32;
u64 = 64;
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnunet] branch master updated: PQ: Fix test ftbfs,
gnunet <=