summaryrefslogtreecommitdiffstats
path: root/ssl/d1_lib.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-05-31 17:11:24 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-05-31 17:11:24 +0000
commite1f09dfd84ba456e221715d8035b4b14afd419be (patch)
treeb925e14573e8cd61dcc0b81b1e2466f78bd5f026 /ssl/d1_lib.c
parentf16411ccfd2849bf209d60d88eb5d69f2e63b211 (diff)
PR: 1921
Submitted by: Michael Tuexen <tuexen@fh-muenster.de> Reviewed by: steve@openssl.org Add ECDHE and PSK support to DTLS.
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;