build-system: update to current OpenSSL version

This is required to compile it on ARM64 Macs (and of course also is
the right thing to do overall).

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2022-02-03 21:23:04 -08:00
parent 3d72fba19f
commit 7dc3afba31
2 changed files with 3 additions and 3 deletions

View file

@ -11,4 +11,4 @@ ANDROID_PLATFORMS=android-29
ANDROID_NDK=ndk/${NDK_VERSION}
# OpenSSL also has an entry in get-dep-lib.sh line 103
# that needs to be updated as well.
OPENSSL_VERSION=1.1.1h
OPENSSL_VERSION=1.1.1m