Synchronise with Unix and do all other needed modifications to have it
build on VMS again.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user