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 --- packaging/android/variables.sh | 2 +- scripts/get-dep-lib.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/android/variables.sh b/packaging/android/variables.sh index a3c3dcdfc..006fdd1fc 100644 --- a/packaging/android/variables.sh +++ b/packaging/android/variables.sh @@ -13,4 +13,4 @@ ANDROID_NDK=android-ndk-${NDK_VERSION} ANDROID_SDK=android-sdk-linux # OpenSSL also has an entry in get-dep-lib.sh line 103 # that needs to be updated as well. -OPENSSL_VERSION=1.1.1c +OPENSSL_VERSION=1.1.1d 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