diff options
author | Hugo Landau <hlandau@openssl.org> | 2023-01-09 16:48:25 +0100 |
---|---|---|
committer | Hugo Landau <hlandau@openssl.org> | 2023-01-13 14:20:38 +0100 |
commit | b639475a9433c827675b8154ea9e0ce361403c76 (patch) | |
tree | f900924f6102dcde6e0425a4d34b48e8e907e879 /util/libssl.num | |
parent | QUIC CHANNEL: Handle network errors as connection-fatal events (diff) | |
download | openssl-b639475a9433c827675b8154ea9e0ce361403c76.tar.xz openssl-b639475a9433c827675b8154ea9e0ce361403c76.zip |
QUIC API: Rename want_net_read and want_net_write
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19703)
Diffstat (limited to 'util/libssl.num')
-rw-r--r-- | util/libssl.num | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/libssl.num b/util/libssl.num index 554c99619a..38535b11b0 100644 --- a/util/libssl.num +++ b/util/libssl.num @@ -536,8 +536,8 @@ 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: +SSL_net_read_desired ? 3_2_0 EXIST::FUNCTION: +SSL_net_write_desired ? 3_2_0 EXIST::FUNCTION: |