From d82e008b4c1feac9d2bf3f68db9fc15a0718ec05 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 4 Oct 2019 17:04:26 -0700 Subject: Android: switch to latest OpenSSL If we update all this, we might as well go to the latest. Signed-off-by: Dirk Hohndel --- scripts/get-dep-lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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) -- cgit v1.2.3-70-g09d2