]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: Makefile: add USE_QUIC_OPENSSL_COMPAT to make help
authorWilliam Lallemand <wlallemand@haproxy.org>
Wed, 16 Aug 2023 22:01:27 +0000 (00:01 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 16 Aug 2023 22:01:27 +0000 (00:01 +0200)
Add the missing USE_QUIC_OPENSSL_COMPAT option to `make help`.

No backport needed.

Makefile

index 67896d4aee4ef725154e55888750c25083c5aba7..1df330fe3634628c9672b888b05a8e7b92da3d7c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,7 @@
 #   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_QUIC_OPENSSL_COMPAT : enable use of QUIC with the standard openssl API (limited features)
 #   USE_ENGINE           : enable use of OpenSSL Engine.
 #   USE_LUA              : enable Lua support.
 #   USE_ACCEPT4          : enable use of accept4() on linux. Automatic.