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.1g

This commit is contained in:
Maxim Biro 2020-05-24 02:08:39 -04:00
parent 8e7ae808a3
commit 9657e5ef1b
No known key found for this signature in database
GPG Key ID: AB3AD9896472BFA4

View File

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