[Android] Upgrade OpenSSL version to 1.0.2s

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
This commit is contained in:
Vitalii Koshura 2020-01-24 13:10:59 +01:00
parent ca9a2c56bf
commit 5b5bc61719
No known key found for this signature in database
GPG Key ID: CE0DB1726070A5A3
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ set -e
# This file is part of BOINC.
# http://boinc.berkeley.edu
# Copyright (C) 2018 University of California
# Copyright (C) 2020 University of California
#
# BOINC is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License
@ -19,7 +19,7 @@ set -e
# along with BOINC. If not, see <http://www.gnu.org/licenses/>.
#
export OPENSSL_VERSION=1.0.2q
export OPENSSL_VERSION=1.0.2s
export CURL_VERSION=7.62.0
export NDK_VERSION=18b