gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -fix


From: gnunet
Subject: [taler-exchange] branch master updated: -fix
Date: Thu, 25 Nov 2021 10:01:00 +0100

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 98549cdc -fix
98549cdc is described below

commit 98549cdc5aff7081f20ccc53b566802020f6fdd9
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Nov 25 10:00:55 2021 +0100

    -fix
---
 src/util/crypto.c          | 2 +-
 src/util/test_helper_rsa.c | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/util/crypto.c b/src/util/crypto.c
index 0bd91625..178db3aa 100644
--- a/src/util/crypto.c
+++ b/src/util/crypto.c
@@ -194,7 +194,7 @@ TALER_planchet_prepare (const struct 
TALER_DenominationPublicKey *dk,
                          &pd->coin_ev,
                          &pd->coin_ev_size))
   {
-    GNUNET_break_op (0);
+    GNUNET_break (0);
     return GNUNET_SYSERR;
   }
   TALER_denom_pub_hash (dk,
diff --git a/src/util/test_helper_rsa.c b/src/util/test_helper_rsa.c
index 21840eb4..14ff2bfa 100644
--- a/src/util/test_helper_rsa.c
+++ b/src/util/test_helper_rsa.c
@@ -108,6 +108,7 @@ free_keys (void)
     if (keys[i].valid)
     {
       TALER_denom_pub_free (&keys[i].denom_pub);
+      keys[i].valid = false;
       GNUNET_assert (num_keys > 0);
       num_keys--;
     }

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