change SSL3_CK_EDH_* to SSL_CK_DHE_* (with backward-compatibility)
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 20 Dec 2013 06:42:03 +0000 (01:42 -0500)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 9 Jan 2014 15:43:28 +0000 (15:43 +0000)
commit889f39c70ffd2971de9bf076fa0c11bca49aa581
treeb061ab842a17ea100a37b8422adcc60ded29ce1f
parent0b30fc903ff39e445d1b03bbd44836bdf7109312
change SSL3_CK_EDH_* to SSL_CK_DHE_* (with backward-compatibility)

This change normalizes the SSL_CK_DHE_ #defines to use the common term
"DHE", while permitting older code that uses the more uncommon "EDH"
constants to compile properly.
ssl/s3_lib.c
ssl/ssl3.h