We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf6c1e commit b4c4ec3Copy full SHA for b4c4ec3
scripts/manylinux-build-and-install-openssl.sh
@@ -10,8 +10,8 @@ set -o pipefail
10
MY_DIR=$(dirname "${BASH_SOURCE[0]}")
11
source $MY_DIR/utils.sh
12
13
-OPENSSL_ROOT=openssl-3.5.2
14
-OPENSSL_HASH=c53a47e5e441c930c3928cf7bf6fb00e5d129b630e0aa873b08258656e7345ec
+OPENSSL_ROOT=openssl-3.5.3
+OPENSSL_HASH=c9489d2abcf943cdc8329a57092331c598a402938054dc3a22218aea8a8ec3bf
15
16
cd /tmp
17
0 commit comments