fix secmod rsa signature

This commit is contained in:
Christian Grothoff 2020-12-08 19:01:27 +01:00
parent 3ffd605041
commit 75b510f92f
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -108,6 +108,7 @@ TALER_exchange_secmod_rsa_verify (
struct TALER_DenominationKeyAnnouncementPS dka = { struct TALER_DenominationKeyAnnouncementPS dka = {
.purpose.purpose = htonl (TALER_SIGNATURE_SM_DENOMINATION_KEY), .purpose.purpose = htonl (TALER_SIGNATURE_SM_DENOMINATION_KEY),
.purpose.size = htonl (sizeof (dka)), .purpose.size = htonl (sizeof (dka)),
.h_denom_pub = *h_denom_pub,
.anchor_time = GNUNET_TIME_absolute_hton (start_sign), .anchor_time = GNUNET_TIME_absolute_hton (start_sign),
.duration_withdraw = GNUNET_TIME_relative_hton (duration) .duration_withdraw = GNUNET_TIME_relative_hton (duration)
}; };