Commit b0c8e38e authored by Hubert Kario's avatar Hubert Kario Committed by Rich Salz
Browse files

RT4051: fix ciphers man page typo



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

Signed-off-by: default avatarRich Salz <rsalz@akamai.com>
Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
parent 64ec4795
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.