Skip to content

Commit

Permalink
Configure: Add warning when enabling QLOG
Browse files Browse the repository at this point in the history
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from #22037)
  • Loading branch information
hlandau committed Feb 2, 2024
1 parent 39b9345 commit c3f9532
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Configure
Original file line number Diff line number Diff line change
Expand Up @@ -2975,6 +2975,21 @@ 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);
Expand Down

0 comments on commit c3f9532

Please sign in to comment.