gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: typo and pointer comparison fixe


From: gnunet
Subject: [taler-exchange] branch master updated: typo and pointer comparison fixed
Date: Mon, 29 Nov 2021 10:12:12 +0100

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

oec pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new a467ba6a typo and pointer comparison fixed
a467ba6a is described below

commit a467ba6a541048d53f77d7e74fd439fac6c5ed31
Author: Özgür Kesim <oec-taler@kesim.org>
AuthorDate: Mon Nov 29 10:12:08 2021 +0100

    typo and pointer comparison fixed
---
 src/util/crypto_helper_rsa.c         | 2 +-
 src/util/taler-exchange-secmod-rsa.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/util/crypto_helper_rsa.c b/src/util/crypto_helper_rsa.c
index d30f8091..d4deec0d 100644
--- a/src/util/crypto_helper_rsa.c
+++ b/src/util/crypto_helper_rsa.c
@@ -240,7 +240,7 @@ handle_mt_avail (struct TALER_CRYPTO_RsaDenominationHelper 
*dh,
              &denom_pub,
              &kan->secm_pub,
              &kan->secm_sig,
-             (&kan->age_restricted > 0));
+             (kan->age_restricted > 0));
     TALER_denom_pub_free (&denom_pub);
   }
   return GNUNET_OK;
diff --git a/src/util/taler-exchange-secmod-rsa.c 
b/src/util/taler-exchange-secmod-rsa.c
index 0711fd7a..4dfb2e3a 100644
--- a/src/util/taler-exchange-secmod-rsa.c
+++ b/src/util/taler-exchange-secmod-rsa.c
@@ -20,7 +20,7 @@
  *
  * Key design points:
  * - EVERY thread of the exchange will have its own pair of connections to the
- *   crypto helpers.  This way, every threat will also have its own /keys state
+ *   crypto helpers.  This way, every thread will also have its own /keys state
  *   and avoid the need to synchronize on those.
  * - auditor signatures and master signatures are to be kept in the exchange 
DB,
  *   and merged with the public keys of the helper by the exchange HTTPD!

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