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 0fc98e56fd build_h3_tools: use openssl-3.1 (#10100)
0fc98e56fd is described below

commit 0fc98e56fd0df835bd3060b899aba0af514d157c
Author: Brian Neradt <brian.ner...@gmail.com>
AuthorDate: Wed Jul 26 18:36:03 2023 -0500

    build_h3_tools: use openssl-3.1 (#10100)
    
    OpenSSL 3.1 has multiple performance improvements over 3.0.
---
 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 3a5c4dacf3..7ada7f5707 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-3.0.9+quic"}
+OPENSSL_BRANCH=${OPENSSL_BRANCH:-"openssl-3.1.0+quic+locks"}
 
 # Set these, if desired, to change these to your preferred installation
 # directory

Reply via email to