summaryrefslogtreecommitdiffstats
path: root/providers/implementations/digests/sha2_prov.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/digests/sha2_prov.c')
-rw-r--r--providers/implementations/digests/sha2_prov.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/providers/implementations/digests/sha2_prov.c b/providers/implementations/digests/sha2_prov.c
index 45fa643ed5..96f4cc7004 100644
--- a/providers/implementations/digests/sha2_prov.c
+++ b/providers/implementations/digests/sha2_prov.c
@@ -33,7 +33,8 @@ static const OSSL_PARAM known_sha1_settable_ctx_params[] = {
{OSSL_DIGEST_PARAM_SSL3_MS, OSSL_PARAM_OCTET_STRING, NULL, 0, 0},
OSSL_PARAM_END
};
-static const OSSL_PARAM *sha1_settable_ctx_params(ossl_unused void *provctx)
+static const OSSL_PARAM *sha1_settable_ctx_params(ossl_unused void *ctx,
+ ossl_unused void *provctx)
{
return known_sha1_settable_ctx_params;
}