mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 21:23:24 +00:00
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>
This commit is contained in:
parent
00550d9284
commit
d82e008b4c
2 changed files with 2 additions and 2 deletions
|
@ -13,4 +13,4 @@ ANDROID_NDK=android-ndk-${NDK_VERSION}
|
||||||
ANDROID_SDK=android-sdk-linux
|
ANDROID_SDK=android-sdk-linux
|
||||||
# OpenSSL also has an entry in get-dep-lib.sh line 103
|
# OpenSSL also has an entry in get-dep-lib.sh line 103
|
||||||
# that needs to be updated as well.
|
# that needs to be updated as well.
|
||||||
OPENSSL_VERSION=1.1.1c
|
OPENSSL_VERSION=1.1.1d
|
||||||
|
|
|
@ -103,7 +103,7 @@ fi
|
||||||
|
|
||||||
# FIX FOR ANDROID,
|
# FIX FOR ANDROID,
|
||||||
if [ "$PLATFORM" == "singleAndroid" ] ; then
|
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.
|
# If changing the openSSL version here, make sure to change it in packaging/android/variables.sh also.
|
||||||
fi
|
fi
|
||||||
# no curl and old libs (never version breaks)
|
# no curl and old libs (never version breaks)
|
||||||
|
|
Loading…
Add table
Reference in a new issue