We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5822802 commit 6b4cf2bCopy full SHA for 6b4cf2b
mytonctrl/scripts/upgrade.sh
@@ -59,7 +59,7 @@ fi
59
if [ ! -d "${bindir}/openssl_3" ]; then
60
git clone https://github.com/openssl/openssl ${bindir}/openssl_3
61
cd ${bindir}/openssl_3
62
- git checkout openssl-3.1.4
+ git checkout openssl-3.5
63
./config
64
make build_libs -j$(nproc)
65
opensslPath=`pwd`
scripts/ton_installer.sh
@@ -103,7 +103,7 @@ rm -rf $BIN_DIR/openssl_3
103
git clone https://github.com/openssl/openssl $BIN_DIR/openssl_3
104
cd $BIN_DIR/openssl_3
105
106
-git checkout openssl-3.1.4
+git checkout openssl-3.5
107
108
109
0 commit comments