diff options
author | Hugo Landau <hlandau@openssl.org> | 2024-01-31 13:35:15 +0100 |
---|---|---|
committer | Hugo Landau <hlandau@openssl.org> | 2024-02-10 12:37:14 +0100 |
commit | 2a5ee0a08d2c074db741da99d29abb73386e00c7 (patch) | |
tree | dde72fcf2d353d8c5918f208e4c2f5ad7f65b301 /util/libssl.num | |
parent | BIO: Add SSL poll descriptor type (diff) | |
download | openssl-2a5ee0a08d2c074db741da99d29abb73386e00c7.tar.xz openssl-2a5ee0a08d2c074db741da99d29abb73386e00c7.zip |
QUIC: Add polling API
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23495)
Diffstat (limited to 'util/libssl.num')
-rw-r--r-- | util/libssl.num | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/libssl.num b/util/libssl.num index 7010f32daa..ad858bbf8a 100644 --- a/util/libssl.num +++ b/util/libssl.num @@ -580,3 +580,4 @@ SSL_is_stream_local 580 3_2_0 EXIST::FUNCTION: SSL_write_ex2 ? 3_3_0 EXIST::FUNCTION: SSL_get_value_uint ? 3_3_0 EXIST::FUNCTION: SSL_set_value_uint ? 3_3_0 EXIST::FUNCTION: +SSL_poll ? 3_3_0 EXIST::FUNCTION: |