diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2019-12-03 06:53:05 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2019-12-03 06:53:05 +0000 |
commit | bacd96092e1cff4c64a3f7a683db656dadbc6228 (patch) | |
tree | 69599cb051926fa2caa5f510d407ac8826652df7 /lib/libssl | |
parent | 0e96480f2712ddeb0fa7eb50548154b20a029a93 (diff) |
Fix typo: ECHD -> ECDH.
From Michael Forney, thanks!
Diffstat (limited to 'lib/libssl')
-rw-r--r-- | lib/libssl/man/SSL_CTX_set_cipher_list.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libssl/man/SSL_CTX_set_cipher_list.3 b/lib/libssl/man/SSL_CTX_set_cipher_list.3 index 64da0092d35..fa5d9809137 100644 --- a/lib/libssl/man/SSL_CTX_set_cipher_list.3 +++ b/lib/libssl/man/SSL_CTX_set_cipher_list.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: SSL_CTX_set_cipher_list.3,v 1.8 2019/05/20 06:04:45 jmc Exp $ +.\" $OpenBSD: SSL_CTX_set_cipher_list.3,v 1.9 2019/12/03 06:53:04 tb Exp $ .\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 .\" .\" This file is a derived work. @@ -65,7 +65,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 20 2019 $ +.Dd $Mdocdate: December 3 2019 $ .Dt SSL_CTX_SET_CIPHER_LIST 3 .Os .Sh NAME @@ -230,7 +230,7 @@ An alias for .Cm aDSS . .It Cm ECDH An alias for -.Cm kEECHD . +.Cm kEECDH . .It Cm ECDHE Cipher suites using ephemeral ECDH for key exchange, but excluding those that don't do any server authentication. @@ -245,7 +245,7 @@ An alias for .It Cm EDH An alias for .Cm DHE . -.It Cm EECHD +.It Cm EECDH An alias for .Cm ECDHE . .It Cm eNULL |