summaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2022-05-12 14:54:08 +0200
committerPauli <pauli@openssl.org>2022-06-03 12:07:17 +1000
commit30b013291a502dce406708474a60fe58d5803e66 (patch)
tree92cae38e34e740a6bad0f0bc5762bbac90c4ed14 /INSTALL.md
parent30adf6d209002fab688aa76e313ac077e4b2f88c (diff)
Configure: Add disablable for QUIC, disabled by default
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18307)
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 8d7d7e466a..f724478e50 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -882,6 +882,11 @@ Don't build test programs or run any tests.
Build with support for TCP Fast Open (RFC7413). Supported on Linux, macOS and FreeBSD.
+### enable-quic
+
+Build with QUIC support. This is currently just for developers as the
+implementation is by no means complete and usable.
+
### no-threads
Don't build with support for multi-threaded applications.