]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add t1_reneg to the VMS build.
authorRichard Levitte <levitte@openssl.org>
Mon, 22 Feb 2010 07:05:24 +0000 (07:05 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 22 Feb 2010 07:05:24 +0000 (07:05 +0000)
Hack the symbols with long names.

crypto/symhacks.h
ssl/ssl-lib.com

index 71c9ec041f561d56de749d55a23bdc51b6642245..0114093c1ee7aaa1f9be25281323eb81eaf3f68e 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
index e61d501cfcae7dcf2ec58f702dfeef7a37dc3f3e..85ab2f61f2531aa532cbc206e76abec1dd118ce6 100644 (file)
@@ -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.
 $!