Skip to content

Commit d289c22

Browse files
authored
chore: bump OpenSSL 3.0.1 → 3.0.3 (#243)
1 parent fd033e9 commit d289c22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ set -o pipefail
1010
MY_DIR=$(dirname "${BASH_SOURCE[0]}")
1111
source $MY_DIR/utils.sh
1212

13-
OPENSSL_ROOT=openssl-3.0.1
14-
# Hash from https://www.openssl.org/source/openssl-3.0.1.tar.gz.sha256
15-
OPENSSL_HASH=c311ad853353bce796edad01a862c50a8a587f62e7e2100ef465ab53ec9b06d1
13+
OPENSSL_ROOT=openssl-3.0.3
14+
# Hash from https://www.openssl.org/source/openssl-3.0.3.tar.gz.sha256
15+
OPENSSL_HASH=ee0078adcef1de5f003c62c80cc96527721609c6f3bb42b7795df31f8b558c0b
1616

1717
cd /tmp
1818

0 commit comments

Comments
 (0)