Fix typo in manpage SSL_CONF_cmd(3)
authorHugo Landau <hlandau@openssl.org>
Mon, 28 Mar 2022 11:10:06 +0000 (12:10 +0100)
committerHugo Landau <hlandau@openssl.org>
Mon, 28 Mar 2022 11:10:06 +0000 (12:10 +0100)
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)

doc/man3/SSL_CONF_cmd.pod

index 23aff16fde20d5019bc9865d027e9fd2fa81635c..2f91fcb759c36e015311c2de58695080916dce2c 100644 (file)
@@ -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>.