We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e65806 commit ff9e83fCopy full SHA for ff9e83f
scripts/manylinux-build-and-install-openssl.sh
@@ -10,9 +10,9 @@ set -o pipefail
10
MY_DIR=$(dirname "${BASH_SOURCE[0]}")
11
source $MY_DIR/utils.sh
12
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
+OPENSSL_ROOT=openssl-1.1.1l
+# Hash from https://www.openssl.org/source/openssl-1.1.1l.tar.gz.sha256
+OPENSSL_HASH=0b7a3e5e59c34827fe0c3a74b7ec8baef302b98fa80088d7f9153aa16fa76bd1
16
17
cd /tmp
18
0 commit comments