From 5af2b478eb5341325ac92d7f038210f9754172e5 Mon Sep 17 00:00:00 2001 From: Brian Neradt Date: Sat, 1 Jul 2023 04:16:01 +0000 Subject: [PATCH] Update build_h3_tools to use OpenSSL 3.0 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 cc65e12f20f..a5182427823 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