From: Richard Levitte Date: Mon, 25 Jan 2010 00:18:29 +0000 (+0000) Subject: A few more macros for long symbols. X-Git-Tag: OpenSSL-fips-2_0-rc1~1320 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6fa0608eafa47c189517c0909f320442a266a327;p=oweals%2Fopenssl.git A few more macros for long symbols. Submitted by Steven M. Schweda --- diff --git a/crypto/symhacks.h b/crypto/symhacks.h index 2cc2e0fa96..151b683140 100644 --- a/crypto/symhacks.h +++ b/crypto/symhacks.h @@ -177,6 +177,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