From 2ee5a80498dcf87fdef7cf25c5f42b996e03be4e Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Thu, 25 May 2017 13:18:58 -0400 Subject: [PATCH] Use real URL. --- support/android/openssl.makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/android/openssl.makefile b/support/android/openssl.makefile index a9c059cdb16..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/old/1.0.1/openssl-1.0.1.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