summaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2023-06-30 15:56:13 +0100
committerPauli <pauli@openssl.org>2023-07-06 12:55:21 +1000
commit8a7642023884ccfbb17a929698dab8e3fc03cdc9 (patch)
treec2c99c5cb17cdc072fdb8db9e8434e8a576cb342 /INSTALL.md
parentd88a0f5f3944535dd83d55bedc4d239544c5678d (diff)
Enable QUIC by default
Ensure builds enable QUIC without explicitly having to ask for it. To disable QUIC pass "no-quic" to Configure. As a result we can remove all use of "enable-quic" from the various CI runs. We also add a CHANGES and NEWS entry for QUIC support. Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21332)
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 3a73e56ec6..fb6f4be60a 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -971,10 +971,9 @@ 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
+### no-quic
-Build with QUIC support. This is currently just for developers as the
-implementation is by no means complete and usable.
+Don't build with QUIC support.
### no-threads