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 b87aa0c6cd..ad315efb9b 100644
--- a/providers/implementations/rands/seed_src.c
+++ b/providers/implementations/rands/seed_src.c
@@ -70,7 +70,8 @@ static void seed_src_free(void *vseed)
static int seed_src_instantiate(void *vseed, unsigned int strength,
int prediction_resistance,
- const unsigned char *pstr, size_t pstr_len)
+ const unsigned char *pstr, size_t pstr_len,
+ ossl_unused const OSSL_PARAM params[])
{
PROV_SEED_SRC *s = (PROV_SEED_SRC *)vseed;