summaryrefslogtreecommitdiffstats
path: root/providers/implementations/rands/seed_src.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/rands/seed_src.c')
-rw-r--r--providers/implementations/rands/seed_src.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/providers/implementations/rands/seed_src.c b/providers/implementations/rands/seed_src.c
index 06364b9074..b87aa0c6cd 100644
--- a/providers/implementations/rands/seed_src.c
+++ b/providers/implementations/rands/seed_src.c
@@ -156,7 +156,8 @@ static int seed_src_get_ctx_params(void *vseed, OSSL_PARAM params[])
return 1;
}
-static const OSSL_PARAM *seed_src_gettable_ctx_params(ossl_unused void *provctx)
+static const OSSL_PARAM *seed_src_gettable_ctx_params(ossl_unused void *vseed,
+ ossl_unused void *provctx)
{
static const OSSL_PARAM known_gettable_ctx_params[] = {
OSSL_PARAM_int(OSSL_RAND_PARAM_STATE, NULL),