mirror of https://github.com/BOINC/boinc.git
[Android] Upgrade OpenSSL version to 1.0.2s
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
This commit is contained in:
parent
ca9a2c56bf
commit
5b5bc61719
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue