diff options
author | Hugo Landau <hlandau@openssl.org> | 2024-03-04 23:49:54 +0100 |
---|---|---|
committer | Hugo Landau <hlandau@openssl.org> | 2024-03-06 21:44:48 +0100 |
commit | e98940d6f6da8347ca7a8c5cb9f7c528c6133c8d (patch) | |
tree | 4371b2c5f2c455d87551b03c034fb793eda502e0 /Configure | |
parent | Document that unknown groups and sigalgs marked with ? are ignored (diff) | |
download | openssl-e98940d6f6da8347ca7a8c5cb9f7c528c6133c8d.tar.xz openssl-e98940d6f6da8347ca7a8c5cb9f7c528c6133c8d.zip |
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-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); |