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 188dc09 commit 786b740Copy full SHA for 786b740
scripts/manylinux-build-and-install-openssl.sh
@@ -10,8 +10,8 @@ set -o pipefail
10
MY_DIR=$(dirname "${BASH_SOURCE[0]}")
11
source $MY_DIR/utils.sh
12
13
-OPENSSL_ROOT=openssl-3.0.5
14
-OPENSSL_HASH=aa7d8d9bef71ad6525c55ba11e5f4397889ce49c2c9349dcea6d3e4f0b024a7a
+OPENSSL_ROOT=openssl-3.0.7
+OPENSSL_HASH=83049d042a260e696f62406ac5c08bf706fd84383f945cf21bd61e9ed95c396e
15
16
cd /tmp
17
0 commit comments