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 ba11a11 commit 308fb0fCopy full SHA for 308fb0f
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-3.0.0
14
-# Hash from https://www.openssl.org/source/openssl-3.0.0.tar.gz.sha256
15
-OPENSSL_HASH=59eedfcb46c25214c9bd37ed6078297b4df01d012267fe9e9eee31f61bc70536
+OPENSSL_ROOT=openssl-3.0.1
+# Hash from https://www.openssl.org/source/openssl-3.0.1.tar.gz.sha256
+OPENSSL_HASH=c311ad853353bce796edad01a862c50a8a587f62e7e2100ef465ab53ec9b06d1
16
17
cd /tmp
18
0 commit comments