summaryrefslogtreecommitdiffstats
path: root/ssl/d1_lib.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-05-31 17:13:09 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-05-31 17:13:09 +0000
commit6cf41fec7234dd19eebece79dddc87129fccb29d (patch)
tree67fc3a810a3ee0b4a521cb2ebc3ed80545e379b9 /ssl/d1_lib.c
parent8132d3ac40edb8567c81a84aeb301d427c0a61e2 (diff)
Update from 1.0.0-stable.
Diffstat (limited to 'ssl/d1_lib.c')
-rw-r--r--ssl/d1_lib.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ssl/d1_lib.c b/ssl/d1_lib.c
index 58ea86304f..6450c1de85 100644
--- a/ssl/d1_lib.c
+++ b/ssl/d1_lib.c
@@ -203,9 +203,6 @@ const SSL_CIPHER *dtls1_get_cipher(unsigned int u)
{
if (ciph->algorithm_enc == SSL_RC4)
return NULL;
- /* We currently don't support ECDH either */
- if (ciph->algorithm_mkey & SSL_kEECDH)
- return NULL;
}
return ciph;