Browse Source

chore(windows): update OpenSSL to 1.1.1h

reviewable/pr6240/r1
Maxim Biro 5 years ago
parent
commit
c2c7ee90e2
No known key found for this signature in database
GPG Key ID: AB3AD9896472BFA4
  1. 4
      windows/cross-compile/build.sh

4
windows/cross-compile/build.sh

@ -232,9 +232,9 @@ store_apt_cache() @@ -232,9 +232,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

Loading…
Cancel
Save