On Wed, Apr 07, 2010, Kaila, Ashish wrote:

>  
> Hi,
> 
> I made the following changes in ssl.h (have indicated the changes with a 
> comment //added this)
> 
> #ifndef OPENSSL_NO_TLSEXT //added this
> /* TLS extensions functions */
> int SSL_set_session_ticket_ext(SSL *s, void *ext_data, int ext_len);
> 
> int SSL_set_session_ticket_ext_cb(SSL *s, tls_session_ticket_ext_cb_fn cb,
>                                 void *arg);
> 
> /* Pre-shared secret session resumption functions */
> int SSL_set_session_secret_cb(SSL *s, tls_session_secret_cb_fn 
> tls_session_secret_cb, void *arg);
> #endif //added this
> 
> The build is now going through successfully.
> 

The renegotiation issue has made compiling without extension support
problematical because extensions are required to support secure renegotiation.

Steve.
--
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to