provider: add the unused paramater tag to the gettable and settable functions
[openssl.git] / providers / implementations / macs / gmac_prov.c
index 5a69afe89e54227c23100289b243710d1b5db005..f0c152d48f1ce6a0f2e1bc459fdbf8f4fce8c742 100644 (file)
@@ -158,7 +158,7 @@ static const OSSL_PARAM known_settable_ctx_params[] = {
     OSSL_PARAM_octet_string(OSSL_MAC_PARAM_IV, NULL, 0),
     OSSL_PARAM_END
 };
     OSSL_PARAM_octet_string(OSSL_MAC_PARAM_IV, NULL, 0),
     OSSL_PARAM_END
 };
-static const OSSL_PARAM *gmac_settable_ctx_params(void *provctx)
+static const OSSL_PARAM *gmac_settable_ctx_params(ossl_unused void *provctx)
 {
     return known_settable_ctx_params;
 }
 {
     return known_settable_ctx_params;
 }