QUIC QLOG: Minor manpage updates

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22037)
This commit is contained in:
Hugo Landau 2024-02-01 10:59:10 +00:00
parent 1aeab15f46
commit 5f603a12cd

View file

@ -22,11 +22,11 @@ for details.
=head1 USAGE
The qlog functionality must be explicitly enabled at build time using the
I<enable-unstable-qlog> configure flag.
The qlog functionality must be explicitly enabled at OpenSSL build time using
the I<enable-unstable-qlog> configure flag.
When built with qlog support, qlog is enabled at run time by setting the
standard B<QLOGDIR> environment variable to point to a directory where qlog
When OpenSSL is built with qlog support, qlog is enabled at run time by setting
the standard B<QLOGDIR> environment variable to point to a directory where qlog
files should be written. Once set, any QUIC connection established by OpenSSL
will have a qlog file written automatically to the specified directory.