provider: add the unused paramater tag to the gettable and settable functions
[openssl.git] / providers / implementations / serializers / serializer_dh_priv.c
index 185f836110a60f9f6e60487168981a7b1cb234f6..0e974ac4012ea7705d94e8d129c1007e02abb03b 100644 (file)
@@ -71,7 +71,7 @@ static void dh_priv_freectx(void *vctx)
     OPENSSL_free(ctx);
 }
 
-static const OSSL_PARAM *dh_priv_settable_ctx_params(void *provctx)
+static const OSSL_PARAM *dh_priv_settable_ctx_params(ossl_unused void *provctx)
 {
     static const OSSL_PARAM settables[] = {
         OSSL_PARAM_utf8_string(OSSL_SERIALIZER_PARAM_CIPHER, NULL, 0),