provider: add the unused paramater tag to the gettable and settable functions
[openssl.git] / providers / implementations / serializers / serializer_ecx_priv.c
index 904a8559c82c7d687bfa2acf9327640791bdaa9e..7df1e01fd58dc703df3f3476a81f47b43440def4 100644 (file)
@@ -88,7 +88,7 @@ static void ecx_priv_freectx(void *vctx)
     OPENSSL_free(ctx);
 }
 
-static const OSSL_PARAM *ecx_priv_settable_ctx_params(void *provctx)
+static const OSSL_PARAM *ecx_priv_settable_ctx_params(ossl_unused void *provctx)
 {
     static const OSSL_PARAM settables[] = {
         OSSL_PARAM_utf8_string(OSSL_SERIALIZER_PARAM_CIPHER, NULL, 0),