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 09d31a1 commit 08d2e61Copy full SHA for 08d2e61
buildscripts/fetch_and_build_openssl.sh
@@ -11,7 +11,7 @@ PYTHON="$1" # not needed anymore
11
OPENSSL_MAKE_FLAGS="$2"
12
OPENSSL_CONFIG_FLAGS="$3"
13
14
-OPENSSL_VERSION=1.1.1c
+OPENSSL_VERSION=1.1.1d
15
OPENSSL_NAME=openssl-${OPENSSL_VERSION}
16
OPENSSL_TARBALL=${OPENSSL_NAME}.tar.gz
17
@@ -24,7 +24,7 @@ curl -L -o ${OPENSSL_TARBALL} \
24
25
# To regenerate: shasum -a 256 -b $OPENSSL_TARBALL
26
shasum -c /dev/fd/0 <<EOF || exit 3
27
-f6fb3079ad15076154eda9413fed42877d668e7069d9b87396d0804fdb3f4c90 *$OPENSSL_TARBALL
+1e3a91bc1f9dfce01af26026f856e064eab4c8ee0a8f457b5ae30b40b8b711f2 *$OPENSSL_TARBALL
28
EOF
29
30
tar -xzf ${OPENSSL_TARBALL}
0 commit comments