File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ ld_opt=${ld_opt:-"-L$zlib_prefix/lib -L$pcre_prefix/lib -L$OPENSSL_PREFIX/lib -W
20
20
21
21
22
22
# dependencies for building openresty
23
- OPENSSL_VERSION=${OPENSSL_VERSION:- " 3.2.0 " }
23
+ OPENSSL_VERSION=${OPENSSL_VERSION:- " 3.4.1 " }
24
24
OPENRESTY_VERSION=" 1.27.1.2"
25
25
ngx_multi_upstream_module_ver=" 1.3.2"
26
26
mod_dubbo_ver=" 1.0.2"
@@ -37,7 +37,7 @@ install_openssl_3(){
37
37
fi
38
38
# required for openssl 3.x config
39
39
cpanm IPC/Cmd.pm
40
- wget --no-check-certificate https://github.com/openssl/openssl/releases/download/openssl-3.2.0 /openssl-${OPENSSL_VERSION} .tar.gz
40
+ wget --no-check-certificate https://github.com/openssl/openssl/releases/download/openssl-${OPENSSL_VERSION} /openssl-${OPENSSL_VERSION} .tar.gz
41
41
tar xvf openssl-${OPENSSL_VERSION} .tar.gz
42
42
cd openssl-${OPENSSL_VERSION} /
43
43
export LDFLAGS=" -Wl,-rpath,$zlib_prefix /lib:$OPENSSL_PREFIX /lib"
You can’t perform that action at this time.
0 commit comments