aboutsummaryrefslogtreecommitdiff
path: root/test/quic_client_test.c
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 /test/quic_client_test.c
parentf8503ede86115b67e1552cf332d53fe43f0cb5bd (diff)
downloadopenssl-6084e04b25378a4590798a034633e90791cf74a3.zip
openssl-6084e04b25378a4590798a034633e90791cf74a3.tar.gz
openssl-6084e04b25378a4590798a034633e90791cf74a3.tar.bz2
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 'test/quic_client_test.c')
-rw-r--r--test/quic_client_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/quic_client_test.c b/test/quic_client_test.c
index 81b21fd..e3fe678 100644
--- a/test/quic_client_test.c
+++ b/test/quic_client_test.c
@@ -148,7 +148,7 @@ static int test_quic_client(void)
* blocking but this is just a test.
*/
OSSL_sleep(0);
- SSL_tick(c_ssl);
+ SSL_handle_events(c_ssl);
}
testresult = 1;