diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2019-10-04 17:04:26 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-10-05 08:19:31 -0700 |
commit | d82e008b4c1feac9d2bf3f68db9fc15a0718ec05 (patch) | |
tree | a62cdaaca25e6e11612b908e64c04cade8c4527c /packaging/android | |
parent | 00550d9284725fdc84d7b1a8f35ae42a565861e9 (diff) | |
download | subsurface-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 'packaging/android')
-rw-r--r-- | packaging/android/variables.sh | 2 |
1 files changed, 1 insertions, 1 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 |