PR: 1921
[openssl.git] / ssl / d1_lib.c
index 58ea86304f37c8c872fb2a7110f597f0d41beff8..6450c1de850b2d3e63b7b1dac2e902c43b9f7153 100644 (file)
@@ -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;