summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-05-03 19:01:12 +0100
committerTomas Mraz <tomas@openssl.org>2023-05-29 08:51:12 +0200
commit6084e04b25378a4590798a034633e90791cf74a3 (patch)
treea79d4cc002245341a7fc1f0654e879f34568afd6 /util
parentf8503ede86115b67e1552cf332d53fe43f0cb5bd (diff)
QUIC: Rename SSL_tick, SSL_get_tick_timeout
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20879)
Diffstat (limited to 'util')
-rw-r--r--util/libssl.num4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/libssl.num b/util/libssl.num
index bd1e12934e..608c8fefbf 100644
--- a/util/libssl.num
+++ b/util/libssl.num
@@ -532,8 +532,6 @@ 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_set_blocking_mode ? 3_2_0 EXIST::FUNCTION:
@@ -575,3 +573,5 @@ SSL_get_stream_read_error_code ? 3_2_0 EXIST::FUNCTION:
SSL_get_stream_write_error_code ? 3_2_0 EXIST::FUNCTION:
SSL_get_conn_close_info ? 3_2_0 EXIST::FUNCTION:
SSL_set_incoming_stream_policy ? 3_2_0 EXIST::FUNCTION:
+SSL_handle_events ? 3_2_0 EXIST::FUNCTION:
+SSL_get_event_timeout ? 3_2_0 EXIST::FUNCTION: