summaryrefslogtreecommitdiffstats
path: root/crypto/symhacks.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2010-02-22 07:05:24 +0000
committerRichard Levitte <levitte@openssl.org>2010-02-22 07:05:24 +0000
commit00d1ecb1da0e904e1561b7c04a9bd380a0c5950d (patch)
tree0b849e9a7cfee3d56312eb56df7e595ffdb2cbc0 /crypto/symhacks.h
parent739e0e934af6df92acf415430746ecaa6864a25d (diff)
Add t1_reneg to the VMS build.
Hack the symbols with long names.
Diffstat (limited to 'crypto/symhacks.h')
-rw-r--r--crypto/symhacks.h9
1 files changed, 9 insertions, 0 deletions
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