From 3ca5fdb082abf941b29a2d7e2f060311ac7a4771 Mon Sep 17 00:00:00 2001 From: dami Date: Thu, 11 Sep 2025 15:00:41 +0800 Subject: [PATCH] Update openssl.sh --- plugins/php/lib/openssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/lib/openssl.sh b/plugins/php/lib/openssl.sh index ba4802dec..b5d635d01 100644 --- a/plugins/php/lib/openssl.sh +++ b/plugins/php/lib/openssl.sh @@ -8,7 +8,7 @@ rootPath=$(dirname "$rootPath") rootPath=$(dirname "$rootPath") rootPath=$(dirname "$rootPath") -opensslVersion="3.0.10" +opensslVersion="3.5.2" # echo $rootPath SERVER_ROOT=$rootPath/lib