summaryrefslogtreecommitdiffstats
path: root/Configure
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 /Configure
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 'Configure')
-rwxr-xr-xConfigure4
1 files changed, 1 insertions, 3 deletions
diff --git a/Configure b/Configure
index 5e9e6bfd5c..49bd868ab4 100755
--- a/Configure
+++ b/Configure
@@ -94,8 +94,7 @@ EOF
# zlib-dynamic Like "zlib", but the zlib library is expected to be a shared
# library and will be loaded at run-time by the OpenSSL library.
# sctp include SCTP support
-# enable-quic include QUIC support (currently just for developers as the
-# implementation is by no means complete and usable)
+# no-quic disable QUIC support
# no-uplink Don't build support for UPLINK interface.
# enable-weak-ssl-ciphers
# Enable weak ciphers that are disabled by default.
@@ -570,7 +569,6 @@ our %disabled = ( # "what" => "comment"
"ktls" => "default",
"md2" => "default",
"msan" => "default",
- "quic" => "default",
"rc5" => "default",
"sctp" => "default",
"ssl3" => "default",