Browse Source

chore(windows): update OpenSSL to 1.0.2s

reviewable/pr5725/r2
Maxim Biro 7 years ago
parent
commit
2ace95ab55
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

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

Loading…
Cancel
Save