From b830ebaf62cdbb7e572d4580b5569533dc15c88f Mon Sep 17 00:00:00 2001 From: Pauli Date: Wed, 13 Aug 2025 12:57:41 +1000 Subject: [PATCH] test_rng: make indicator parameter conditional on FIPS Reviewed-by: Shane Lontis Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/28243) --- providers/implementations/rands/test_rng.c.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/implementations/rands/test_rng.c.in b/providers/implementations/rands/test_rng.c.in index 3c76c3fea10..a6e8d741cee 100644 --- a/providers/implementations/rands/test_rng.c.in +++ b/providers/implementations/rands/test_rng.c.in @@ -190,7 +190,7 @@ static size_t test_rng_nonce(void *vtest, unsigned char *out, ['RAND_PARAM_STRENGTH', 'str', 'uint'], ['RAND_PARAM_MAX_REQUEST', 'maxreq', 'size_t'], ['RAND_PARAM_GENERATE', 'gen', 'uint'], - ['RAND_PARAM_FIPS_APPROVED_INDICATOR', 'ind', 'int'], + ['RAND_PARAM_FIPS_APPROVED_INDICATOR', 'ind', 'int', 'fips'], )); -} static int test_rng_get_ctx_params(void *vtest, OSSL_PARAM params[]) -- 2.47.3