summaryrefslogtreecommitdiffstats
path: root/crypto/symhacks.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2010-11-22 22:04:41 +0000
committerRichard Levitte <levitte@openssl.org>2010-11-22 22:04:41 +0000
commitc8f0610d99fe660ab1073fde38ceb5c995719e3c (patch)
treebfe668ae4511530a4588eb8f22e09c79dbda5284 /crypto/symhacks.h
parentdd128715a28122f4ad70642040c5f7f971814937 (diff)
Synchronise with Unix and do all other needed modifications to have it
build on VMS again.
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 3fd4a81692..7c36fe22db 100644
--- a/crypto/symhacks.h
+++ b/crypto/symhacks.h
@@ -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