Skip to content

Commit

Permalink
[ISSUE #296] Use the archive download URL for OpenSSL to avoid fail t…
Browse files Browse the repository at this point in the history
…o download source. (#295)
  • Loading branch information
ShannonDing authored Apr 2, 2020
1 parent 6171577 commit 6579eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ BuildOpenSSL() {
if [ -e ${fname_openssl} ]; then
echo "${fname_openssl} is exist"
else
wget https://www.openssl.org/source/${fname_openssl_down} -O ${fname_openssl_down}
wget https://www.openssl.org/source/old/1.1.1/${fname_openssl_down} -O ${fname_openssl_down}
fi
tar -zxvf ${fname_openssl} &> unzipopenssl.txt
if [ $? -ne 0 ]; then
Expand Down

0 comments on commit 6579eb6

Please sign in to comment.