aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Jocke <j.bygdell@gmail.com>2018-07-12 10:17:48 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-07-12 07:58:08 -0700
commit8106e533ef38f406cd5ef248c8735f3dfb962ee7 (patch)
treefd5e88f8b1b861b461a0e6de3660bf7d9f0bf520
parent2fa7d3566b7d4abe24925d465db664e32d14339a (diff)
downloadsubsurface-8106e533ef38f406cd5ef248c8735f3dfb962ee7.tar.gz
Match openssl versions
The versions for openSSL in variables.sh and get-dep-lib.sh needs to match or we end up recloning the repo on every build. Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
-rw-r--r--packaging/android/variables.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/packaging/android/variables.sh b/packaging/android/variables.sh
index 63e8330b3..0fde53bbb 100644
--- a/packaging/android/variables.sh
+++ b/packaging/android/variables.sh
@@ -9,4 +9,6 @@ ANDROID_BUILDTOOLS_REVISION=25.0.3
ANDROID_PLATFORMS=android-27
ANDROID_NDK=android-ndk-${NDK_VERSION}
ANDROID_SDK=android-sdk-linux
-OPENSSL_VERSION=1.0.2l
+# OpenSSL also has an entry in get-dep-lib.sh line 103
+# that needs to be updated as well.
+OPENSSL_VERSION=1.0.2o