From 00d1ecb1da0e904e1561b7c04a9bd380a0c5950d Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 22 Feb 2010 07:05:24 +0000 Subject: [PATCH] Add t1_reneg to the VMS build. Hack the symbols with long names. --- crypto/symhacks.h | 9 +++++++++ ssl/ssl-lib.com | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/crypto/symhacks.h b/crypto/symhacks.h index 71c9ec041f..0114093c1e 100644 --- a/crypto/symhacks.h +++ b/crypto/symhacks.h @@ -181,6 +181,15 @@ #undef SSL_COMP_get_compression_methods #define SSL_COMP_get_compression_methods SSL_COMP_get_compress_methods +#undef ssl_add_clienthello_renegotiate_ext +#define ssl_add_clienthello_renegotiate_ext ssl_add_clienthello_reneg_ext +#undef ssl_add_serverhello_renegotiate_ext +#define ssl_add_serverhello_renegotiate_ext ssl_add_serverhello_reneg_ext +#undef ssl_parse_clienthello_renegotiate_ext +#define ssl_parse_clienthello_renegotiate_ext ssl_parse_clienthello_reneg_ext +#undef ssl_parse_serverhello_renegotiate_ext +#define ssl_parse_serverhello_renegotiate_ext ssl_parse_serverhello_reneg_ext + /* Hack some long ENGINE names */ #undef ENGINE_get_default_BN_mod_exp_crt #define ENGINE_get_default_BN_mod_exp_crt ENGINE_get_def_BN_mod_exp_crt diff --git a/ssl/ssl-lib.com b/ssl/ssl-lib.com index e61d501cfc..85ab2f61f2 100644 --- a/ssl/ssl-lib.com +++ b/ssl/ssl-lib.com @@ -180,7 +180,7 @@ $ LIB_SSL = "s2_meth,s2_srvr,s2_clnt,s2_lib,s2_enc,s2_pkt,"+ - "ssl_lib,ssl_err2,ssl_cert,ssl_sess,"+ - "ssl_ciph,ssl_stat,ssl_rsa,"+ - "ssl_asn1,ssl_txt,ssl_algs,"+ - - "bio_ssl,ssl_err,kssl" + "bio_ssl,ssl_err,kssl,t1_reneg" $! $! Tell The User That We Are Compiling The Library. $! -- 2.25.1