bneradt commented on code in PR #13190:
URL: https://github.com/apache/trafficserver/pull/13190#discussion_r3285494796


##########
tools/build_openssl_h3_tools.sh:
##########
@@ -90,9 +95,9 @@ else
 fi
 
 echo "Building OpenSSL with QUIC support"
-[ ! -d openssl-quic ] && git clone -b ${OPENSSL_BRANCH} --depth 1 
https://github.com/quictls/openssl.git openssl-quic
-cd openssl-quic
-./config enable-tls1_3 --prefix=${OPENSSL_PREFIX}
+[ ! -d openssl ] && git clone -b ${OPENSSL_TAG} --depth 1 
https://github.com/openssl/openssl.git openssl
+cd openssl
+./config enable-tls1_3 --prefix=${OPENSSL_PREFIX} --libdir=lib
 ${MAKE} -j ${num_threads}
 sudo ${MAKE} install_sw

Review Comment:
   This was the path we chose to address this years ago. Again, I think other 
tooling depends on this. Leaving it for now.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to