This is an automated email from the ASF dual-hosted git repository.
bneradt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 0a997fb8db Update build_h3_tools to use OpenSSL 3.0 (#9938)
0a997fb8db is described below
commit 0a997fb8db63741c435822f7cca1398688338cfb
Author: Brian Neradt <[email protected]>
AuthorDate: Sat Jul 1 21:03:24 2023 -0400
Update build_h3_tools to use OpenSSL 3.0 (#9938)
After merging #9753 and #9937, all autests should run when ATS is built
against OpenSSL 3.0. This updates the build_h3_tools.sh to OpenSSL 3.0
from 1.1.1.
---
tools/build_h3_tools.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/build_h3_tools.sh b/tools/build_h3_tools.sh
index cc65e12f20..a518242782 100755
--- a/tools/build_h3_tools.sh
+++ b/tools/build_h3_tools.sh
@@ -28,7 +28,7 @@ cd "${WORKDIR}"
echo "Building H3 dependencies in ${WORKDIR} ..."
# Update this as the draft we support updates.
-OPENSSL_BRANCH=${OPENSSL_BRANCH:-"OpenSSL_1_1_1u+quic"}
+OPENSSL_BRANCH=${OPENSSL_BRANCH:-"openssl-3.0.9+quic"}
# Set these, if desired, to change these to your preferred installation
# directory