summaryrefslogtreecommitdiffstats
path: root/crypto/symhacks.h
diff options
context:
space:
mode:
authorZoltan Arpadffy <zoli@polarhome.com>2014-02-25 15:16:03 +0000
committerDr. Stephen Henson <steve@openssl.org>2014-02-25 15:16:03 +0000
commitdabd4f19868519ef3532d9c4a4f5127446e0290a (patch)
tree06a1d64aedf5651dc96eac890ed9ca67c59fbc89 /crypto/symhacks.h
parent251c47001b951ec10dcd08b7d727e103560f8f25 (diff)
OpenVMS fixes.
Diffstat (limited to 'crypto/symhacks.h')
-rw-r--r--crypto/symhacks.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/symhacks.h b/crypto/symhacks.h
index 5774d24561..c603cac64a 100644
--- a/crypto/symhacks.h
+++ b/crypto/symhacks.h
@@ -176,6 +176,8 @@
#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_COMP_set0_compression_methods
+#define SSL_COMP_set0_compression_methods SSL_COMP_set0_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