commit 0db51a5aa5bbb1e6829ef11d6efd75427cb80143
parent a19033395640e06ff7191c1660d9454fe2a1b710
Author: Maxim Cournoyer <maxim@guixotic.coop>
Date: Fri, 26 Jun 2026 13:42:12 +0900
tests: Fix build.
This is a follow-up to commit 548ebf45a, which changed the
GNUNET_CRYPTO_random_block API.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/util/test_crypto.c b/src/util/test_crypto.c
@@ -137,7 +137,7 @@ test_planchets_rsa (uint8_t age)
struct TALER_AgeCommitmentProof acp;
struct GNUNET_HashCode seed;
- GNUNET_CRYPTO_random_block (seed,
+ GNUNET_CRYPTO_random_block (&seed,
sizeof(seed));
TALER_age_restriction_commit (&age_mask,
age,