summaryrefslogtreecommitdiffstats
path: root/php-8.3.0-openssl-ec-param.patch
diff options
context:
space:
mode:
Diffstat (limited to 'php-8.3.0-openssl-ec-param.patch')
-rw-r--r--php-8.3.0-openssl-ec-param.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-8.3.0-openssl-ec-param.patch b/php-8.3.0-openssl-ec-param.patch
index cd3658a..94e4037 100644
--- a/php-8.3.0-openssl-ec-param.patch
+++ b/php-8.3.0-openssl-ec-param.patch
@@ -17,7 +17,7 @@ index 33f51bfa4d..340b0467d3 100644
OPENSSL_PKEY_SET_BN(data, b);
OPENSSL_PKEY_SET_BN(data, order);
-+ php_error_docref(NULL, E_WARNING, "Missing params: curve_name");
++ php_error_docref(NULL, E_WARNING, "Missing params: curve_name (params only is not supported by OpenSSL)");
if (!(p && a && b && order)) {
- if (!p && !a && !b && !order) {
- php_error_docref(NULL, E_WARNING, "Missing params: curve_name");