Skip to content

Commit b80eeb2

Browse files
authored
Update to OpenSSL 3.0.8 (#336)
1 parent 14658da commit b80eeb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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.7
14-
OPENSSL_HASH=83049d042a260e696f62406ac5c08bf706fd84383f945cf21bd61e9ed95c396e
13+
OPENSSL_ROOT=openssl-3.0.8
14+
OPENSSL_HASH=6c13d2bf38fdf31eac3ce2a347073673f5d63263398f1f69d0df4a41253e4b3e
1515

1616
cd /tmp
1717

0 commit comments

Comments
 (0)