Add new VMS hack symbol, update ordinals.
This commit is contained in:
parent
813cfd9c0a
commit
8394109c89
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user