[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: -fix test FTBFS
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: -fix test FTBFS |
Date: |
Sun, 24 Sep 2023 12:08:09 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new 2bf66ed4 -fix test FTBFS
2bf66ed4 is described below
commit 2bf66ed4876fc08cf05c9a96bfdd28a7bf9445de
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Sep 24 12:08:03 2023 +0200
-fix test FTBFS
---
src/util/test_crypto.c | 20 ++++++++------------
1 file changed, 8 insertions(+), 12 deletions(-)
diff --git a/src/util/test_crypto.c b/src/util/test_crypto.c
index 80ce9083..54f7e794 100644
--- a/src/util/test_crypto.c
+++ b/src/util/test_crypto.c
@@ -135,12 +135,10 @@ test_planchets_rsa (uint8_t age)
GNUNET_CRYPTO_random_block (GNUNET_CRYPTO_QUALITY_WEAK,
&seed,
sizeof(seed));
-
- GNUNET_assert (GNUNET_OK ==
- TALER_age_restriction_commit (&age_mask,
- age,
- &seed,
- &acp));
+ TALER_age_restriction_commit (&age_mask,
+ age,
+ &seed,
+ &acp);
TALER_age_commitment_hash (&acp.commitment,
&ah);
ach = &ah;
@@ -267,12 +265,10 @@ test_planchets_cs (uint8_t age)
GNUNET_CRYPTO_random_block (GNUNET_CRYPTO_QUALITY_WEAK,
&seed,
sizeof(seed));
-
- GNUNET_assert (GNUNET_OK ==
- TALER_age_restriction_commit (&age_mask,
- age,
- &seed,
- &acp));
+ TALER_age_restriction_commit (&age_mask,
+ age,
+ &seed,
+ &acp);
TALER_age_commitment_hash (&acp.commitment,
&ah);
ach = &ah;
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: -fix test FTBFS,
gnunet <=