summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
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);