Add new VMS hack symbol, update ordinals.
authorDr. Stephen Henson <steve@openssl.org>
Sun, 2 Mar 2014 13:37:31 +0000 (13:37 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 2 Mar 2014 13:50:06 +0000 (13:50 +0000)
crypto/symhacks.h
util/ssleay.num

index c603cac64ae57b9d4dbbd89fdafeb76e6a740374..01fe7d824989c35778ab265b99a5496a11d382d2 100644 (file)
 #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
index 833f2b2c5fd6b9e10978bd03e1f11ac41093c734..5172a19e33da4d57aaf1074c46135c2b576607d7 100755 (executable)
@@ -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