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
1 changed files with 4 additions and 4 deletions

View File

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