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

This commit is contained in:
Maxim Biro 2021-10-08 12:00:06 -04:00
parent 57ae8a3e6a
commit 678b864037
No known key found for this signature in database
GPG Key ID: AB3AD9896472BFA4

View File

@ -232,9 +232,9 @@ store_apt_cache()
# OpenSSL
OPENSSL_PREFIX_DIR="$DEP_DIR/libopenssl"
OPENSSL_VERSION=1.1.1k
OPENSSL_VERSION="1.1.1l"
# hash from https://www.openssl.org/source/
OPENSSL_HASH="892a0875b9872acd04a9fde79b1f943075d5ea162415de3047c327df33fbaee5"
OPENSSL_HASH="0b7a3e5e59c34827fe0c3a74b7ec8baef302b98fa80088d7f9153aa16fa76bd1"
OPENSSL_FILENAME="openssl-$OPENSSL_VERSION.tar.gz"
if [ ! -f "$OPENSSL_PREFIX_DIR/done" ]
then