Browse Source

chore(windows): update OpenSSL to 1.1.1h

(cherry picked from commit c2c7ee90e2)
reviewable/pr6259/r9
Maxim Biro 6 years ago committed by Anthony Bilinski
parent
commit
bb89e7d906
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
  1. 4
      windows/cross-compile/build.sh

4
windows/cross-compile/build.sh

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

Loading…
Cancel
Save