diff options
author | Arran Cudbard-Bell <a.cudbardb@freeradius.org> | 2021-06-08 23:45:38 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2021-06-10 10:42:12 +0200 |
commit | 726f92e016bac53175ed5d5321bce1ddf6b207d6 (patch) | |
tree | 693a6cbd3dcba656657b37919058c0890ff16665 /doc/man1/openssl-s_server.pod.in | |
parent | Optimize session cache flushing (diff) | |
download | openssl-726f92e016bac53175ed5d5321bce1ddf6b207d6.tar.xz openssl-726f92e016bac53175ed5d5321bce1ddf6b207d6.zip |
Enable ssl-trace by default
There doesn't appear to be a good reason to omit protocol message tracing by default.
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15665)
Diffstat (limited to 'doc/man1/openssl-s_server.pod.in')
-rw-r--r-- | doc/man1/openssl-s_server.pod.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/man1/openssl-s_server.pod.in b/doc/man1/openssl-s_server.pod.in index 27522fc04b..97852ae7bf 100644 --- a/doc/man1/openssl-s_server.pod.in +++ b/doc/man1/openssl-s_server.pod.in @@ -536,8 +536,7 @@ Configure SSL_CTX using the given configuration value. =item B<-trace> -Show verbose trace output of protocol messages. OpenSSL needs to be compiled -with B<enable-ssl-trace> for this option to work. +Show verbose trace output of protocol messages. =item B<-brief> |