summaryrefslogtreecommitdiffstats
path: root/providers/implementations/macs/gmac_prov.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/macs/gmac_prov.c')
-rw-r--r--providers/implementations/macs/gmac_prov.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/providers/implementations/macs/gmac_prov.c b/providers/implementations/macs/gmac_prov.c
index 691d1169b7..3a4600b66a 100644
--- a/providers/implementations/macs/gmac_prov.c
+++ b/providers/implementations/macs/gmac_prov.c
@@ -170,7 +170,8 @@ static const OSSL_PARAM known_settable_ctx_params[] = {
OSSL_PARAM_octet_string(OSSL_MAC_PARAM_IV, NULL, 0),
OSSL_PARAM_END
};
-static const OSSL_PARAM *gmac_settable_ctx_params(ossl_unused void *provctx)
+static const OSSL_PARAM *gmac_settable_ctx_params(ossl_unused void *ctx,
+ ossl_unused void *provctx)
{
return known_settable_ctx_params;
}