diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-12-08 19:01:27 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-12-08 19:01:27 +0100 |
commit | 75b510f92f8eccc1911b0c81bc8f307187809d6a (patch) | |
tree | dff80ba50d267e0928759c197b13e8b7e78336de /src/util | |
parent | 3ffd605041079dbabf21cf33863cccadfac23445 (diff) |
fix secmod rsa signature
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/secmod_signatures.c | 1 |
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) }; |