summaryrefslogtreecommitdiffstats
path: root/test/quic_tserver_test.c
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-03-20 16:27:08 +0000
committerPauli <pauli@openssl.org>2023-03-22 10:14:25 +1100
commit03fa5127ded6ba0dc9f178090eca0dbe70769c0e (patch)
tree8c0ec05287dfe831a423f90ac39dd58aa4793411 /test/quic_tserver_test.c
parent29fb7f087994b5cffe1613da25bb8c3231e59e15 (diff)
QUIC: Add history section to SSL_inject_net_dgram()
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20451)
Diffstat (limited to 'test/quic_tserver_test.c')
-rw-r--r--test/quic_tserver_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/quic_tserver_test.c b/test/quic_tserver_test.c
index 393b11172f..9917093bf4 100644
--- a/test/quic_tserver_test.c
+++ b/test/quic_tserver_test.c
@@ -104,7 +104,7 @@ static int test_tserver(int test_kind)
* In inject mode we create a dgram pair to feed to the QUIC client on
* the read side. We don't feed anything to this, it is just a
* placeholder to give the client something which never returns any
- * datagrams..
+ * datagrams.
*/
if (!TEST_true(BIO_new_bio_dgram_pair(&c_pair_own, 5000,
&s_pair_own, 5000)))