Skip to content

Commit fa407b2

Browse files
authored
Update to OpenSSL 3.0.5 (#258)
1 parent 1f33db6 commit fa407b2

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.4
14-
OPENSSL_HASH=2831843e9a668a0ab478e7020ad63d2d65e51f72977472dc73efcefbafc0c00f
13+
OPENSSL_ROOT=openssl-3.0.5
14+
OPENSSL_HASH=aa7d8d9bef71ad6525c55ba11e5f4397889ce49c2c9349dcea6d3e4f0b024a7a
1515

1616
cd /tmp
1717

0 commit comments

Comments
 (0)