Skip to content

Commit cb83ecf

Browse files
committed
Clone OpenSSL using tag name instead of branch name
1 parent bd6f79a commit cb83ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mytonctrl/scripts/upgrade.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ fi
5252
rm -rf ${bindir}/openssl_3
5353
git clone https://github.com/openssl/openssl ${bindir}/openssl_3
5454
cd ${bindir}/openssl_3
55+
git checkout openssl-3.1.4
5556
./config
5657
make build_libs -j$(nproc)
5758
opensslPath=`pwd`
58-
git checkout openssl-3.1.4
5959

6060
# Go to work dir
6161
cd ${srcdir}

0 commit comments

Comments
 (0)