Synchronise with Unix and do all other needed modifications to have it

build on VMS again.
This commit is contained in:
Richard Levitte
2010-11-22 22:04:41 +00:00
parent dd128715a2
commit c8f0610d99
5 changed files with 23 additions and 9 deletions

View File

@@ -176,6 +176,15 @@
#define SSL_CTX_set_default_passwd_cb_userdata SSL_CTX_set_def_passwd_cb_ud
#undef SSL_COMP_get_compression_methods
#define SSL_COMP_get_compression_methods SSL_COMP_get_compress_methods
#undef SSL_CTX_set_next_protos_advertised_cb
#define SSL_CTX_set_next_protos_advertised_cb SSL_CTX_set_next_protos_adv_cb
#undef SSL_CTX_set_next_proto_select_cb
#define SSL_CTX_set_next_proto_select_cb SSL_CTX_set_next_proto_sel_cb
#undef SSL_CTX_set_not_resumable_session_callback
#define SSL_CTX_set_not_resumable_session_callback \
SSL_CTX_set_not_resumbl_sess_cb
#undef SSL_set_not_resumable_session_callback
#define SSL_set_not_resumable_session_callback SSL_set_not_resumbl_sess_cb
#undef ssl_add_clienthello_renegotiate_ext
#define ssl_add_clienthello_renegotiate_ext ssl_add_clienthello_reneg_ext