summaryrefslogtreecommitdiffstats
path: root/providers/implementations/signature/sm2sig.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/signature/sm2sig.c')
-rw-r--r--providers/implementations/signature/sm2sig.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/providers/implementations/signature/sm2sig.c b/providers/implementations/signature/sm2sig.c
index 18fdf62487..5463b000e0 100644
--- a/providers/implementations/signature/sm2sig.c
+++ b/providers/implementations/signature/sm2sig.c
@@ -381,7 +381,8 @@ static const OSSL_PARAM known_gettable_ctx_params[] = {
OSSL_PARAM_END
};
-static const OSSL_PARAM *sm2sig_gettable_ctx_params(ossl_unused void *provctx)
+static const OSSL_PARAM *sm2sig_gettable_ctx_params(ossl_unused void *vpsm2ctx,
+ ossl_unused void *provctx)
{
return known_gettable_ctx_params;
}
@@ -446,7 +447,8 @@ static const OSSL_PARAM known_settable_ctx_params[] = {
OSSL_PARAM_END
};
-static const OSSL_PARAM *sm2sig_settable_ctx_params(ossl_unused void *provctx)
+static const OSSL_PARAM *sm2sig_settable_ctx_params(ossl_unused void *vpsm2ctx,
+ ossl_unused void *provctx)
{
/*
* TODO(3.0): Should this function return a different set of settable ctx