From 07d253eac2241b8928b0696b429396d03fcb7f70 Mon Sep 17 00:00:00 2001 From: Tal Regev Date: Mon, 17 May 2021 08:56:31 +0300 Subject: [PATCH] Compile openssl 1.1.1k --- android/buildAndroidBOINC-CI.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/buildAndroidBOINC-CI.sh b/android/buildAndroidBOINC-CI.sh index 2d599cb710..5b06c90983 100755 --- a/android/buildAndroidBOINC-CI.sh +++ b/android/buildAndroidBOINC-CI.sh @@ -22,7 +22,7 @@ set -e # When you want to invalidate openssl and curl without change their versions. export REV=1 export ARMV6_REV=1 -export OPENSSL_VERSION=1.1.1j +export OPENSSL_VERSION=1.1.1k export CURL_VERSION=7.74.0 export NDK_VERSION=21d export NDK_ARMV6_VERSION=15c