summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-05-18 13:07:00 +0100
committerTomas Mraz <tomas@openssl.org>2023-05-29 08:51:12 +0200
commit041d48c9636478563b5dcd936c1fe816d1628732 (patch)
treea89069a7752f394461406e4e373f2f345c96ba9d /test
parent06fb6b97174ec8031de9b35203e35dee8f716365 (diff)
QUIC: Rename SSL_tick etc. in man(7) docs
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')
-rw-r--r--test/quic_newcid_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/quic_newcid_test.c b/test/quic_newcid_test.c
index 2044209ebb..127439ff2a 100644
--- a/test/quic_newcid_test.c
+++ b/test/quic_newcid_test.c
@@ -112,7 +112,7 @@ static int test_ncid_frame(int fail)
goto err;
ossl_quic_tserver_tick(qtserv);
- if (!TEST_true(SSL_tick(cssl)))
+ if (!TEST_true(SSL_handle_events(cssl)))
goto err;
if (!TEST_int_eq(SSL_read(cssl, buf, sizeof(buf)), msglen))