Skip to content

Commit 6b4cf2b

Browse files
committed
bump openssl version to 3.5
1 parent 5822802 commit 6b4cf2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mytonctrl/scripts/upgrade.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ fi
5959
if [ ! -d "${bindir}/openssl_3" ]; then
6060
git clone https://github.com/openssl/openssl ${bindir}/openssl_3
6161
cd ${bindir}/openssl_3
62-
git checkout openssl-3.1.4
62+
git checkout openssl-3.5
6363
./config
6464
make build_libs -j$(nproc)
6565
opensslPath=`pwd`

scripts/ton_installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ rm -rf $BIN_DIR/openssl_3
103103
git clone https://github.com/openssl/openssl $BIN_DIR/openssl_3
104104
cd $BIN_DIR/openssl_3
105105
opensslPath=`pwd`
106-
git checkout openssl-3.1.4
106+
git checkout openssl-3.5
107107
./config
108108
make build_libs -j$(nproc)
109109

0 commit comments

Comments
 (0)