mirror of
https://github.com/openssl/openssl.git
synced 2025-02-23 14:42:15 +08:00
QUIC: make update
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19703)
This commit is contained in:
parent
b940f943a2
commit
44019a69c4
@ -5506,3 +5506,5 @@ OSSL_HPKE_CTX_get_seq ? 3_2_0 EXIST::FUNCTION:
|
||||
OSSL_HPKE_CTX_set_seq ? 3_2_0 EXIST::FUNCTION:
|
||||
OSSL_HPKE_get_recommended_ikmelen ? 3_2_0 EXIST::FUNCTION:
|
||||
OSSL_PROVIDER_get0_default_search_path ? 3_2_0 EXIST::FUNCTION:
|
||||
BIO_get_rpoll_descriptor ? 3_2_0 EXIST::FUNCTION:
|
||||
BIO_get_wpoll_descriptor ? 3_2_0 EXIST::FUNCTION:
|
||||
|
@ -532,3 +532,12 @@ SSL_CTX_set1_compressed_cert ? 3_2_0 EXIST::FUNCTION:
|
||||
SSL_set1_compressed_cert ? 3_2_0 EXIST::FUNCTION:
|
||||
SSL_CTX_get1_compressed_cert ? 3_2_0 EXIST::FUNCTION:
|
||||
SSL_get1_compressed_cert ? 3_2_0 EXIST::FUNCTION:
|
||||
SSL_tick ? 3_2_0 EXIST::FUNCTION:
|
||||
SSL_get_tick_timeout ? 3_2_0 EXIST::FUNCTION:
|
||||
SSL_get_rpoll_descriptor ? 3_2_0 EXIST::FUNCTION:
|
||||
SSL_get_wpoll_descriptor ? 3_2_0 EXIST::FUNCTION:
|
||||
SSL_want_net_read ? 3_2_0 EXIST::FUNCTION:
|
||||
SSL_want_net_write ? 3_2_0 EXIST::FUNCTION:
|
||||
SSL_set_blocking_mode ? 3_2_0 EXIST::FUNCTION:
|
||||
SSL_get_blocking_mode ? 3_2_0 EXIST::FUNCTION:
|
||||
SSL_set_initial_peer_addr ? 3_2_0 EXIST::FUNCTION:
|
||||
|
Loading…
Reference in New Issue
Block a user