summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-08 19:01:27 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-08 19:01:27 +0100
commit75b510f92f8eccc1911b0c81bc8f307187809d6a (patch)
treedff80ba50d267e0928759c197b13e8b7e78336de /src
parent3ffd605041079dbabf21cf33863cccadfac23445 (diff)
downloadexchange-75b510f92f8eccc1911b0c81bc8f307187809d6a.tar.gz
exchange-75b510f92f8eccc1911b0c81bc8f307187809d6a.tar.bz2
exchange-75b510f92f8eccc1911b0c81bc8f307187809d6a.zip
fix secmod rsa signature
Diffstat (limited to 'src')
-rw-r--r--src/util/secmod_signatures.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/secmod_signatures.c b/src/util/secmod_signatures.c
index 5a2e338ce..e7542c1e1 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)
};