summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2022-03-28 12:10:06 +0100
committerHugo Landau <hlandau@openssl.org>2022-03-28 12:10:06 +0100
commit5d3746910438fd052b44010d92ac70fea606fa9d (patch)
tree1df3f720156eb73b9920ad5c96484baf7d5291c9 /doc
parent77d7b6eebb411fdb2c3d1390ac779300757aa9dc (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)
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 23aff16fde..2f91fcb759 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>.