commit 75b510f92f8eccc1911b0c81bc8f307187809d6a
parent 3ffd605041079dbabf21cf33863cccadfac23445
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 8 Dec 2020 19:01:27 +0100
fix secmod rsa signature
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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)
};