aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2017-05-25 12:20:20 -0500
committerGitHub <noreply@github.com>2017-05-25 12:20:20 -0500
commit83f82cb4d380f2bdd02f388702d6162af9a3c9bc (patch)
treefb03619c455767800a087cf62a1b9ae6228d2c62
parent3c267d7fddd036f6bcc9ebf000ed37665cf7496d (diff)
parent2ee5a80498dcf87fdef7cf25c5f42b996e03be4e (diff)
downloadservo-83f82cb4d380f2bdd02f388702d6162af9a3c9bc.tar.gz
servo-83f82cb4d380f2bdd02f388702d6162af9a3c9bc.zip
Auto merge of #17039 - servo:jdm-patch-1, r=nox
Update openssl source download location. The openssl.org webpage has been reorganized and the old URL no longer works. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/17039) <!-- Reviewable:end -->
-rw-r--r--support/android/openssl.makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/android/openssl.makefile b/support/android/openssl.makefile
index 6ababf0fd25..a052fdbb6a1 100644
--- a/support/android/openssl.makefile
+++ b/support/android/openssl.makefile
@@ -10,5 +10,5 @@ openssl-1.0.1t/libssl.so: openssl-1.0.1t/Configure
./openssl.sh ${ANDROID_NDK}
openssl-1.0.1t/Configure:
- wget https://www.openssl.org/source/openssl-1.0.1t.tar.gz
+ wget https://www.openssl.org/source/old/1.0.1/openssl-1.0.1t.tar.gz
tar -zxf openssl-1.0.1t.tar.gz