From 17bfc75974a8660c43efe71dd80f5351bcf6e341 Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Thu, 17 Aug 2023 00:01:27 +0200 Subject: [PATCH] BUILD: Makefile: add USE_QUIC_OPENSSL_COMPAT to make help Add the missing USE_QUIC_OPENSSL_COMPAT option to `make help`. No backport needed. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 67896d4ae..1df330fe3 100644 --- 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.