Skip to content

Commit e8c68f5

Browse files
authored
Revert "Update to OpenSSL 3.0.6 (#294)" (#298)
This reverts commit 3037239.
1 parent e84dccc commit e8c68f5

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.6
14-
OPENSSL_HASH=e4a10a2986945e3f1a1f2ebd68ac780449a1773b96b6a174fdf650d6bc9611f1
13+
OPENSSL_ROOT=openssl-3.0.5
14+
OPENSSL_HASH=aa7d8d9bef71ad6525c55ba11e5f4397889ce49c2c9349dcea6d3e4f0b024a7a
1515

1616
cd /tmp
1717

0 commit comments

Comments
 (0)