A few more macros for long symbols.
authorRichard Levitte <levitte@openssl.org>
Mon, 25 Jan 2010 00:18:31 +0000 (00:18 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 25 Jan 2010 00:18:31 +0000 (00:18 +0000)
Submitted by Steven M. Schweda <sms@antinode.info>

crypto/symhacks.h

index 2cc2e0fa961e3ffceb6c463908f017ae2fa02842..151b68314095d38ed7dcf483b7a6c82ffb6c89bb 100644 (file)
 #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