You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/07/01 04:45:39 UTC

[GitHub] [trafficserver] randall commented on a change in pull request #8014: WIP Dual cert support for BoringSSL

randall commented on a change in pull request #8014:
URL: https://github.com/apache/trafficserver/pull/8014#discussion_r661966684



##########
File path: configure.ac
##########
@@ -1276,9 +1279,15 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <openssl/ssl.h>]],
                     AC_MSG_RESULT([no])
                   ])
 
+AC_ARG_ENABLE([quic],
+  AS_HELP_STRING([--disable-quic], [disable QUIC support]), [

Review comment:
       It's a manual process of add/removing files. The files themselves are fine as long as they're not part of the build, which I need if I'm building against OpenSSL). but that requires either me maintaining a separate branch/copy of the project for QUIC support. 
   
   If this is controversial compile time option, I'll just drop it from the changeset before I merge.




-- 
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: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org