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.0.2s

This commit is contained in:
Maxim Biro 2019-06-24 19:12:43 -04:00
parent 0a30a657fc
commit 2ace95ab55
No known key found for this signature in database
GPG Key ID: AB3AD9896472BFA4

View File

@ -227,9 +227,9 @@ store_apt_cache()
# OpenSSL
OPENSSL_PREFIX_DIR="$DEP_DIR/libopenssl"
OPENSSL_VERSION=1.0.2p
OPENSSL_VERSION=1.0.2s
# hash from https://www.openssl.org/source/
OPENSSL_HASH="50a98e07b1a89eb8f6a99477f262df71c6fa7bef77df4dc83025a2845c827d00"
OPENSSL_HASH="cabd5c9492825ce5bd23f3c3aeed6a97f8142f606d893df216411f07d1abab96"
OPENSSL_FILENAME="openssl-$OPENSSL_VERSION.tar.gz"
if [ ! -f "$OPENSSL_PREFIX_DIR/done" ]
then