]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: Makefile: add the USE_QUIC option to make help
authorWilliam Lallemand <wlallemand@haproxy.org>
Wed, 16 Aug 2023 21:41:15 +0000 (23:41 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 16 Aug 2023 21:41:15 +0000 (23:41 +0200)
Add the missing "USE_QUIC" option to `make help`.

Must be backported as far as 2.4.

Makefile

index 329c64ba2f83ea2441f30c159070affad91cef48..67896d4aee4ef725154e55888750c25083c5aba7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,7 @@
 #   USE_GETADDRINFO      : use getaddrinfo() to resolve IPv6 host names.
 #   USE_OPENSSL          : enable use of OpenSSL. Recommended, but see below.
 #   USE_OPENSSL_WOLFSSL  : enable use of wolfSSL with the OpenSSL API
+#   USE_QUIC             : enable use of QUIC with the quictls API (quictls, libressl, boringssl)
 #   USE_ENGINE           : enable use of OpenSSL Engine.
 #   USE_LUA              : enable Lua support.
 #   USE_ACCEPT4          : enable use of accept4() on linux. Automatic.