commit 5ec7c1b2ab65c750c7df90e95ac0b31c42df5bd1 parent 98e11606174207c946d69c4a3945eebde5b393e4 Author: Casaburi Johannes <johannes.casaburi@students.bfh.ch> Date: Wed, 10 Apr 2024 13:08:07 +0200 small fix keys Diffstat:
| M | src/donau/donau-httpd_keys.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/donau/donau-httpd_keys.h b/src/donau/donau-httpd_keys.h @@ -78,7 +78,7 @@ struct DH_BlindSignData /** * Blinded planchet to sign over. */ - const struct DONAU_BlindedDonationUnitSignature *budi; + const struct DONAU_BlindedUniqueDonationIdentifier *budi; }; /**