summaryrefslogtreecommitdiffstats
path: root/scripts/get-dep-lib.sh
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2019-10-04 17:04:26 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-10-05 08:19:31 -0700
commitd82e008b4c1feac9d2bf3f68db9fc15a0718ec05 (patch)
treea62cdaaca25e6e11612b908e64c04cade8c4527c /scripts/get-dep-lib.sh
parent00550d9284725fdc84d7b1a8f35ae42a565861e9 (diff)
downloadsubsurface-d82e008b4c1feac9d2bf3f68db9fc15a0718ec05.tar.gz
Android: switch to latest OpenSSL
If we update all this, we might as well go to the latest. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/get-dep-lib.sh')
-rwxr-xr-xscripts/get-dep-lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get-dep-lib.sh b/scripts/get-dep-lib.sh
index b58cad0c0..830a3349e 100755
--- a/scripts/get-dep-lib.sh
+++ b/scripts/get-dep-lib.sh
@@ -103,7 +103,7 @@ fi
# FIX FOR ANDROID,
if [ "$PLATFORM" == "singleAndroid" ] ; then
- CURRENT_OPENSSL="OpenSSL_1_1_1c"
+ CURRENT_OPENSSL="OpenSSL_1_1_1d"
# If changing the openSSL version here, make sure to change it in packaging/android/variables.sh also.
fi
# no curl and old libs (never version breaks)