Skip to content

Commit b13c95e

Browse files
authored
Update to OpenSSL 3.0.9 (#370)
1 parent 79c65e0 commit b13c95e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: 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.8
14-
OPENSSL_HASH=6c13d2bf38fdf31eac3ce2a347073673f5d63263398f1f69d0df4a41253e4b3e
13+
OPENSSL_ROOT=openssl-3.0.9
14+
OPENSSL_HASH=eb1ab04781474360f77c318ab89d8c5a03abc38e63d65a603cabbf1b00a1dc90
1515

1616
cd /tmp
1717

0 commit comments

Comments
 (0)