RT4051: fix ciphers man page typo
authorHubert Kario <hkario@redhat.com>
Thu, 17 Sep 2015 12:42:27 +0000 (14:42 +0200)
committerRich Salz <rsalz@openssl.org>
Tue, 29 Sep 2015 15:15:12 +0000 (11:15 -0400)
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>
doc/apps/ciphers.pod

index 0aa1bad111c5d007b5ef3d9cea0bb8fb8cd6a4c6..0afe80d97d5498dc0cb78ce4d291a1c8f039778c 100644 (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.