On Thu, Feb 22, 2007 at 03:30:12AM -0500, Victor Duchovni wrote:

> --- ssl/ssl_lib.c     2007-02-19 12:01:04.000000000 -0500
> +++ ssl/ssl_lib.c     2007-02-22 03:07:27.000000000 -0500
> @@ -1946,7 +1946,7 @@
>       alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
>       alg_a = s->s3->tmp.new_cipher->algorithm_auth;
>  
> -     if (alg_k & (SSL_kEECDH|SSL_kECDHr|SSL_kECDHe))
> +     if (alg_k & (SSL_kECDHr|SSL_kECDHe))
>               {
>               /* we don't need to look at SSL_kEECDH
>                * since no certificate is needed for

The patch is now in the CVS.

Bodo
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to