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:
Dirk Hohndel 2019-10-04 17:04:26 -07:00
parent 00550d9284
commit d82e008b4c
2 changed files with 2 additions and 2 deletions

View file

@ -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)