Skip to content

Commit 786b740

Browse files
authored
Update to OpenSSL 3.0.7 (#311)
1 parent 188dc09 commit 786b740

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ set -o pipefail
1010
MY_DIR=$(dirname "${BASH_SOURCE[0]}")
1111
source $MY_DIR/utils.sh
1212

13-
OPENSSL_ROOT=openssl-3.0.5
14-
OPENSSL_HASH=aa7d8d9bef71ad6525c55ba11e5f4397889ce49c2c9349dcea6d3e4f0b024a7a
13+
OPENSSL_ROOT=openssl-3.0.7
14+
OPENSSL_HASH=83049d042a260e696f62406ac5c08bf706fd84383f945cf21bd61e9ed95c396e
1515

1616
cd /tmp
1717

0 commit comments

Comments
 (0)