summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2024-03-04 22:49:54 +0000
committerHugo Landau <hlandau@openssl.org>2024-03-06 20:44:48 +0000
commite98940d6f6da8347ca7a8c5cb9f7c528c6133c8d (patch)
tree4371b2c5f2c455d87551b03c034fb793eda502e0 /Configure
parentcd2cdb6158086c4904d186c718c887cc693b906d (diff)
Enable qlog support by default
Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Neil Horman <nhorman@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23744)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure16
1 files changed, 0 insertions, 16 deletions
diff --git a/Configure b/Configure
index c09bec39f6..cac277f45c 100755
--- a/Configure
+++ b/Configure
@@ -579,7 +579,6 @@ our %disabled = ( # "what" => "comment"
"ktls" => "default",
"md2" => "default",
"msan" => "default",
- "unstable-qlog" => "default",
"rc5" => "default",
"sctp" => "default",
"ssl3" => "default",
@@ -2976,21 +2975,6 @@ or position independent code, please let us know (but please first make sure
you have tried with a current version of OpenSSL).
EOF
-print <<"EOF" if (!$disabled{qlog});
-
-============================== WARNING ===============================
-
-WARNING: You have enabled qlog. This functionality is unstable and
- implements a draft version of the qlog specification. The qlog
- output from OpenSSL *will* change in incompatible ways in future,
- and is not subject to any format stability or compatibility
- guarantees at this time. See the manpage openssl-qlog(7) for
- details.
-
-============================== WARNING ===============================
-
-EOF
-
print $banner;
exit(0);