Skip to content

Commit ff9e83f

Browse files
authored
chore: update to OpenSSL 1.1.1l (scikit-build#189)
1 parent 5e65806 commit ff9e83f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/manylinux-build-and-install-openssl.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ set -o pipefail
1010
MY_DIR=$(dirname "${BASH_SOURCE[0]}")
1111
source $MY_DIR/utils.sh
1212

13-
OPENSSL_ROOT=openssl-1.1.1k
14-
# Hash from https://www.openssl.org/source/openssl-1.1.1k.tar.gz.sha256
15-
OPENSSL_HASH=892a0875b9872acd04a9fde79b1f943075d5ea162415de3047c327df33fbaee5
13+
OPENSSL_ROOT=openssl-1.1.1l
14+
# Hash from https://www.openssl.org/source/openssl-1.1.1l.tar.gz.sha256
15+
OPENSSL_HASH=0b7a3e5e59c34827fe0c3a74b7ec8baef302b98fa80088d7f9153aa16fa76bd1
1616

1717
cd /tmp
1818

0 commit comments

Comments
 (0)