summaryrefslogtreecommitdiffstats
path: root/providers/implementations/digests/md5_sha1_prov.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/digests/md5_sha1_prov.c')
-rw-r--r--providers/implementations/digests/md5_sha1_prov.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/providers/implementations/digests/md5_sha1_prov.c b/providers/implementations/digests/md5_sha1_prov.c
index d96b72676b..d05a7e7d85 100644
--- a/providers/implementations/digests/md5_sha1_prov.c
+++ b/providers/implementations/digests/md5_sha1_prov.c
@@ -30,7 +30,8 @@ static const OSSL_PARAM known_md5_sha1_settable_ctx_params[] = {
OSSL_PARAM_END
};
-static const OSSL_PARAM *md5_sha1_settable_ctx_params(ossl_unused void *provctx)
+static const OSSL_PARAM *md5_sha1_settable_ctx_params(ossl_unused void *ctx,
+ ossl_unused void *provctx)
{
return known_md5_sha1_settable_ctx_params;
}