From 9473ac8a74b7caae35acd839592c7036c6509373 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 26 Jun 2026 13:42:12 +0900 Subject: [PATCH] tests: Fix build. This is a follow-up to commit 548ebf45a, which changed the GNUNET_CRYPTO_random_block API. --- src/util/test_crypto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/test_crypto.c b/src/util/test_crypto.c index 1d15a9916..53bde5efb 100644 --- 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, base-commit: a19033395640e06ff7191c1660d9454fe2a1b710 -- 2.54.0