RT4051: fix ciphers man page typo

the alias supported by OpenSSL 1.0.1 is "EECDH" not "EECDHE"
(GH PR 405)

Signed-off-by: Rich Salz <rsalz@akamai.com>
Reviewed-by: Andy Polyakov <appro@openssl.org>
This commit is contained in:
Hubert Kario 2015-09-17 14:42:27 +02:00 committed by Rich Salz
parent 64ec479559
commit b0c8e38e33

View file

@ -205,7 +205,7 @@ keys or either respectively.
cipher suites using ephemeral ECDH key agreement, including anonymous
cipher suites.
=item B<EECDHE>
=item B<EECDH>
cipher suites using authenticated ephemeral ECDH key agreement.