summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2022-03-28 12:10:06 +0100
committerTomas Mraz <tomas@openssl.org>2022-03-29 17:23:00 +0200
commita104b8aa53fbd5b1928093fa27b45634c78558bd (patch)
tree6d8cf4c69e66ea136af8f0431631c8bf289a519f /doc
parent2d6f3e56fae9eca47b23ce7035bb2f0949777ead (diff)
Fix typo in manpage SSL_CONF_cmd(3)
Fixes #17976. Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17977) (cherry picked from commit 5d3746910438fd052b44010d92ac70fea606fa9d)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/SSL_CONF_cmd.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/SSL_CONF_cmd.pod b/doc/man3/SSL_CONF_cmd.pod
index 9c703e0de1..ae6ca43282 100644
--- a/doc/man3/SSL_CONF_cmd.pod
+++ b/doc/man3/SSL_CONF_cmd.pod
@@ -64,7 +64,7 @@ Allows servers to accept client-initiated renegotiation. Equivalent to
setting B<SSL_OP_ALLOW_CLIENT_RENEGOTIATION>.
Only used by servers.
-=item B<-legacyrenegotiation>
+=item B<-legacy_renegotiation>
Permits the use of unsafe legacy renegotiation. Equivalent to setting
B<SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION>.