Skip to content

Commit 4df2630

Browse files
authored
Update to OpenSSL 3.0.11 (#409)
1 parent 3be2c3a commit 4df2630

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.10
14-
OPENSSL_HASH=1761d4f5b13a1028b9b6f3d4b8e17feb0cedc9370f6afe61d7193d2cdce83323
13+
OPENSSL_ROOT=openssl-3.0.11
14+
OPENSSL_HASH=b3425d3bb4a2218d0697eb41f7fc0cdede016ed19ca49d168b78e8d947887f55
1515

1616
cd /tmp
1717

0 commit comments

Comments
 (0)