gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix secmod rsa signature


From: gnunet
Subject: [taler-exchange] branch master updated: fix secmod rsa signature
Date: Tue, 08 Dec 2020 19:01:29 +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 75b510f9 fix secmod rsa signature
75b510f9 is described below

commit 75b510f92f8eccc1911b0c81bc8f307187809d6a
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Dec 8 19:01:27 2020 +0100

    fix secmod rsa signature
---
 src/util/secmod_signatures.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/util/secmod_signatures.c b/src/util/secmod_signatures.c
index 5a2e338c..e7542c1e 100644
--- a/src/util/secmod_signatures.c
+++ b/src/util/secmod_signatures.c
@@ -108,6 +108,7 @@ TALER_exchange_secmod_rsa_verify (
   struct TALER_DenominationKeyAnnouncementPS dka = {
     .purpose.purpose = htonl (TALER_SIGNATURE_SM_DENOMINATION_KEY),
     .purpose.size = htonl (sizeof (dka)),
+    .h_denom_pub = *h_denom_pub,
     .anchor_time = GNUNET_TIME_absolute_hton (start_sign),
     .duration_withdraw = GNUNET_TIME_relative_hton (duration)
   };

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