summaryrefslogtreecommitdiffstats
path: root/providers/implementations/digests/mdc2_prov.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/digests/mdc2_prov.c')
-rw-r--r--providers/implementations/digests/mdc2_prov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/implementations/digests/mdc2_prov.c b/providers/implementations/digests/mdc2_prov.c
index 51958f7cf7..b1d3b5c0ff 100644
--- a/providers/implementations/digests/mdc2_prov.c
+++ b/providers/implementations/digests/mdc2_prov.c
@@ -30,7 +30,7 @@ static const OSSL_PARAM known_mdc2_settable_ctx_params[] = {
OSSL_PARAM_END
};
-static const OSSL_PARAM *mdc2_settable_ctx_params(void)
+static const OSSL_PARAM *mdc2_settable_ctx_params(void *provctx)
{
return known_mdc2_settable_ctx_params;
}