In message <10012216542748_20205...@antinode.info> on Fri, 22 Jan 2010 16:54:27 
-0600 (CST), "Steven M. Schweda" <s...@antinode.info> said:

sms>    I think that some of the tests still have problems, but these changes
sms> seem to help with the build:
sms> 
sms> 
sms> gdiff -u crypto/symhacks.h_orig crypto/symhacks.h
sms> --- crypto/symhacks.h_orig 2009-11-12 08:04:26 -0600
sms> +++ crypto/symhacks.h      2010-01-22 16:05:16 -0600
sms> @@ -177,6 +177,15 @@
sms>  #undef SSL_COMP_get_compression_methods
sms>  #define SSL_COMP_get_compression_methods  SSL_COMP_get_compress_methods
sms>  
sms> +#undef ssl_add_clienthello_renegotiate_ext
sms> +#define ssl_add_clienthello_renegotiate_ext     
ssl_add_clnthello_reneg_ext
sms> +#undef ssl_add_serverhello_renegotiate_ext
sms> +#define ssl_add_serverhello_renegotiate_ext     
ssl_add_srvrhello_reneg_ext
sms> +#undef ssl_parse_clienthello_renegotiate_ext
sms> +#define ssl_parse_clienthello_renegotiate_ext   
ssl_parse_clnthello_reneg_ext
sms> +#undef ssl_parse_serverhello_renegotiate_ext
sms> +#define ssl_parse_serverhello_renegotiate_ext   
ssl_parse_srvrhello_reneg_ext
sms> +
sms>  /* Hack some long ENGINE names */
sms>  #undef ENGINE_get_default_BN_mod_exp_crt
sms>  #define ENGINE_get_default_BN_mod_exp_crt ENGINE_get_def_BN_mod_exp_crt
sms> 
sms>    Spaces or tabs?  Seeing no consistency, I chose (copied) spaces.
sms> 
sms> 
sms> gdiff -u ssl/ssl-lib.com_orig ssl/ssl-lib.com
sms> --- ssl/ssl-lib.com_orig   2009-05-15 11:37:06 -0500
sms> +++ ssl/ssl-lib.com        2010-01-22 15:58:50 -0600
sms> @@ -180,7 +180,7 @@
sms>        "ssl_lib,ssl_err2,ssl_cert,ssl_sess,"+ -
sms>        "ssl_ciph,ssl_stat,ssl_rsa,"+ -
sms>        "ssl_asn1,ssl_txt,ssl_algs,"+ -
sms> -      "bio_ssl,ssl_err,kssl"
sms> +      "bio_ssl,ssl_err,kssl,t1_reneg"
sms>  $!
sms>  $! Tell The User That We Are Compiling The Library.
sms>  $!

Applying right now.

sms> gdiff -u util/ssleay.num_orig util/ssleay.num
sms> --- util/ssleay.num_orig   2009-07-08 04:13:24 -0500
sms> +++ util/ssleay.num        2010-01-22 16:10:26 -0600
sms> @@ -259,3 +259,11 @@
sms>  SSL_set_session_ticket_ext_cb           308       EXIST::FUNCTION:
sms>  SSL_set1_param                          309       EXIST::FUNCTION:
sms>  SSL_CTX_set1_param                      310       EXIST::FUNCTION:
sms> +ssl_add_clienthello_renegotiate_ext     311       EXIST:!VMS:FUNCTION:
sms> +ssl_add_clnthello_reneg_ext             311       EXIST:VMS:FUNCTION:
sms> +ssl_add_serverhello_renegotiate_ext     312       EXIST:!VMS:FUNCTION:
sms> +ssl_add_srvrhello_reneg_ext             312       EXIST:VMS:FUNCTION:
sms> +ssl_parse_clienthello_renegotiate_ext   313       EXIST:!VMS:FUNCTION:
sms> +ssl_parse_clnthello_reneg_ext           313       EXIST:VMS:FUNCTION:
sms> +ssl_parse_serverhello_renegotiate_ext   314       EXIST:!VMS:FUNCTION:
sms> +ssl_parse_srvrhello_reneg_ext           314       EXIST:VMS:FUNCTION:

This part is done automatically with "make update", which I will also
do.

Cheers,
Richard

-- 
Richard Levitte                         rich...@levitte.org
                                        http://richard.levitte.org/

"Life is a tremendous celebration - and I'm invited!"
-- from a friend's blog, translated from Swedish
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to