1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore(windows): update OpenSSL to 1.1.1h

(cherry picked from commit c2c7ee90e2)
This commit is contained in:
Maxim Biro 2020-10-04 08:30:16 -04:00 committed by Anthony Bilinski
parent 44b6c73e89
commit bb89e7d906
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -231,9 +231,9 @@ store_apt_cache()
# OpenSSL
OPENSSL_PREFIX_DIR="$DEP_DIR/libopenssl"
OPENSSL_VERSION=1.1.1g
OPENSSL_VERSION=1.1.1h
# hash from https://www.openssl.org/source/
OPENSSL_HASH="ddb04774f1e32f0c49751e21b67216ac87852ceb056b75209af2443400636d46"
OPENSSL_HASH="5c9ca8774bd7b03e5784f26ae9e9e6d749c9da2438545077e6b3d755a06595d9"
OPENSSL_FILENAME="openssl-$OPENSSL_VERSION.tar.gz"
if [ ! -f "$OPENSSL_PREFIX_DIR/done" ]
then