diff options
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -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); |