summaryrefslogtreecommitdiffstats
path: root/crypto
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
parent251c47001b951ec10dcd08b7d727e103560f8f25 (diff)
OpenVMS fixes.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/crypto-lib.com2
-rw-r--r--crypto/symhacks.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/crypto/crypto-lib.com b/crypto/crypto-lib.com
index a409fefaa8..01598c21a4 100644
--- a/crypto/crypto-lib.com
+++ b/crypto/crypto-lib.com
@@ -293,7 +293,7 @@ $ LIB_EVP_2 = "m_null,m_md2,m_md4,m_md5,m_sha,m_sha1,m_wp," + -
"c_all,c_allc,c_alld,evp_lib,bio_ok,"+-
"evp_pkey,evp_pbe,p5_crpt,p5_crpt2"
$ LIB_EVP_3 = "e_old,pmeth_lib,pmeth_fn,pmeth_gn,m_sigver,evp_fips,"+ -
- "e_aes_cbc_hmac_sha1,e_rc4_hmac_md5"
+ "e_aes_cbc_hmac_sha1,e_aes_cbc_hmac_sha256,e_rc4_hmac_md5"
$ LIB_ASN1 = "a_object,a_bitstr,a_utctm,a_gentm,a_time,a_int,a_octet,"+ -
"a_print,a_type,a_set,a_dup,a_d2i_fp,a_i2d_fp,"+ -
"a_enum,a_utf8,a_sign,a_digest,a_verify,a_mbstr,a_strex,"+ -
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