From 8394109c89bc4699abf96e8b70b76b9c6b1feaa9 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sun, 2 Mar 2014 13:37:31 +0000 Subject: [PATCH] Add new VMS hack symbol, update ordinals. --- crypto/symhacks.h | 2 ++ util/ssleay.num | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.25.1