summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorZoltan Arpadffy <zoli@polarhome.com>2014-01-11 22:42:37 +0000
committerDr. Stephen Henson <steve@openssl.org>2014-01-11 22:42:37 +0000
commitfa2026dc88d21b19948ab936df024232398c2794 (patch)
treec45f4a56b32579f17152a8db71e6174530ec42f8 /crypto
parentfe08007399230b5a797e977e2f8321923b437958 (diff)
VMS fixes
Diffstat (limited to 'crypto')
-rw-r--r--crypto/symhacks.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/symhacks.h b/crypto/symhacks.h
index 07a412f845..bd2f000d59 100644
--- a/crypto/symhacks.h
+++ b/crypto/symhacks.h
@@ -204,6 +204,12 @@
#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 ssl3_cbc_record_digest_supported
+#define ssl3_cbc_record_digest_supported ssl3_cbc_record_digest_support
+#undef ssl_check_clienthello_tlsext_late
+#define ssl_check_clienthello_tlsext_late ssl_check_clihello_tlsext_late
+#undef ssl_check_clienthello_tlsext_early
+#define ssl_check_clienthello_tlsext_early ssl_check_clihello_tlsext_early
/* Hack some long ENGINE names */
#undef ENGINE_get_default_BN_mod_exp_crt