*** ./s3_srvr.c Tue Feb 5 05:58:59 2013
--- ./s3_srvr.c.fixed Thu Feb 7 15:39:27 2013
*************** int ssl3_get_client_hello(SSL *s)
*** 1131,1136 ****
--- 1131,1137 ----
* s->tmp.new_cipher - the new cipher to use.
*/
+ #ifndef OPENSSL_NO_TLSEXT
/* Handles TLS extensions that we couldn't check earlier */
if (s->version >= SSL3_VERSION)
{
*************** int ssl3_get_client_hello(SSL *s)
*** 1140,1146 ****
goto err;
}
}
!
if (ret < 0) ret=1;
if (0)
{
--- 1141,1147 ----
goto err;
}
}
! #endif
if (ret < 0) ret=1;
if (0)
{
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [email protected]