mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-21 13:59:40 +00:00
Add t1_reneg to the VMS build.
Hack the symbols with long names.
This commit is contained in:
parent
739e0e934a
commit
00d1ecb1da
@ -181,6 +181,15 @@
|
|||||||
#undef SSL_COMP_get_compression_methods
|
#undef SSL_COMP_get_compression_methods
|
||||||
#define SSL_COMP_get_compression_methods SSL_COMP_get_compress_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 */
|
/* Hack some long ENGINE names */
|
||||||
#undef ENGINE_get_default_BN_mod_exp_crt
|
#undef ENGINE_get_default_BN_mod_exp_crt
|
||||||
#define ENGINE_get_default_BN_mod_exp_crt ENGINE_get_def_BN_mod_exp_crt
|
#define ENGINE_get_default_BN_mod_exp_crt ENGINE_get_def_BN_mod_exp_crt
|
||||||
|
@ -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_lib,ssl_err2,ssl_cert,ssl_sess,"+ -
|
||||||
"ssl_ciph,ssl_stat,ssl_rsa,"+ -
|
"ssl_ciph,ssl_stat,ssl_rsa,"+ -
|
||||||
"ssl_asn1,ssl_txt,ssl_algs,"+ -
|
"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.
|
$! Tell The User That We Are Compiling The Library.
|
||||||
$!
|
$!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user