summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-03-02 13:37:31 +0000
committerDr. Stephen Henson <steve@openssl.org>2014-03-02 13:50:06 +0000
commit8394109c89bc4699abf96e8b70b76b9c6b1feaa9 (patch)
tree04ba7ed5f9d5f47408db1d8d1f0c98e91bcec3f7
parent813cfd9c0a55458397bf017f661bf9d97cb29cc2 (diff)
downloadopenssl-new-8394109c89bc4699abf96e8b70b76b9c6b1feaa9.tar.gz
Add new VMS hack symbol, update ordinals.
-rw-r--r--crypto/symhacks.h2
-rwxr-xr-xutil/ssleay.num5
2 files changed, 6 insertions, 1 deletions
diff --git a/crypto/symhacks.h b/crypto/symhacks.h
index c603cac64a..01fe7d8249 100644
--- a/crypto/symhacks.h
+++ b/crypto/symhacks.h
@@ -178,6 +178,8 @@
#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_COMP_free_compression_methods
+#define SSL_COMP_free_compression_methods SSL_COMP_free_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
diff --git a/util/ssleay.num b/util/ssleay.num
index 833f2b2c5f..5172a19e33 100755
--- a/util/ssleay.num
+++ b/util/ssleay.num
@@ -331,7 +331,8 @@ SSL_set_alpn_protos 370 EXIST::FUNCTION:
SSL_CTX_set_srv_supp_data 371 EXIST::FUNCTION:TLSEXT
SSL_CONF_cmd_argv 372 EXIST::FUNCTION:
DTLSv1_2_server_method 373 EXIST::FUNCTION:
-SSL_COMP_set0_compression_methods 374 EXIST::FUNCTION:COMP
+SSL_COMP_set0_compression_methods 374 EXIST:!VMS:FUNCTION:COMP
+SSL_COMP_set0_compress_methods 374 EXIST:VMS:FUNCTION:COMP
SSL_CTX_set_cert_cb 375 EXIST::FUNCTION:
SSL_CTX_set_custom_cli_ext 376 EXIST::FUNCTION:TLSEXT
SSL_is_server 377 EXIST::FUNCTION:
@@ -364,3 +365,5 @@ SSL_CTX_set_cli_supp_data 403 EXIST::FUNCTION:TLSEXT
DTLSv1_2_method 404 EXIST::FUNCTION:
DTLS_server_method 405 EXIST::FUNCTION:
SSL_CTX_use_serverinfo_file 406 EXIST::FUNCTION:STDIO,TLSEXT
+SSL_COMP_free_compression_methods 407 EXIST:!VMS:FUNCTION:COMP
+SSL_COMP_free_compress_methods 407 EXIST:VMS:FUNCTION:COMP