commit ce48e1b3d1991e4bcb101568a1fde56cc09a11d1
parent e44f94f92a6a97d34ef308f9a3c7411789af349a
Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch>
Date: Mon, 20 Nov 2023 14:37:10 +0100
fix code2
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/util/donau_signatures.c b/src/util/donau_signatures.c
@@ -89,7 +89,7 @@ DONAU_donation_statement_verify (
const unsigned int year,
const struct TALER_DONAU_HashDonorTaxId *i,
const struct TALER_DONAU_PublicKeyP *donau_pub,
- struct TALER_DonauSignatureP *statement_sig)
+ const struct TALER_DonauSignatureP *statement_sig)
{
struct TALER_DonationStatementConfirmationPS tps = {
.purpose.size = htonl (sizeof (struct TALER_DonationStatementConfirmationPS)),