Skip to content

Commit 6579eb6

Browse files
authored
[ISSUE #296] Use the archive download URL for OpenSSL to avoid fail to download source. (#295)
1 parent 6171577 commit 6579eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ BuildOpenSSL() {
212212
if [ -e ${fname_openssl} ]; then
213213
echo "${fname_openssl} is exist"
214214
else
215-
wget https://www.openssl.org/source/${fname_openssl_down} -O ${fname_openssl_down}
215+
wget https://www.openssl.org/source/old/1.1.1/${fname_openssl_down} -O ${fname_openssl_down}
216216
fi
217217
tar -zxvf ${fname_openssl} &> unzipopenssl.txt
218218
if [ $? -ne 0 ]; then

0 commit comments

Comments
 (0)