summaryrefslogtreecommitdiffstats
path: root/test/quic_tserver_test.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2023-06-08 12:18:38 +0100
committerPauli <pauli@openssl.org>2023-06-28 09:53:22 +1000
commit37f27b91deda5b6537883c06e845f0d2c28c5d5c (patch)
tree9b750371e7748f085e5a12d111191562b43e1d44 /test/quic_tserver_test.c
parent956b4c75dc3f8710bf7b4e1cf01b4ef6d5ca2b45 (diff)
Add a test quicserver utility
This QUIC server utility is intended for test purposes only and is expected to be replaced in a future version of OpenSSL by s_server. At that point it will be removed. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21204)
Diffstat (limited to 'test/quic_tserver_test.c')
-rw-r--r--test/quic_tserver_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/quic_tserver_test.c b/test/quic_tserver_test.c
index beed40d76c..74b73a9190 100644
--- a/test/quic_tserver_test.c
+++ b/test/quic_tserver_test.c
@@ -119,6 +119,7 @@ static int do_test(int use_thread_assist, int use_fake_time, int use_inject)
tserver_args.net_rbio = s_net_bio;
tserver_args.net_wbio = s_net_bio;
+ tserver_args.alpn = NULL;
if (use_fake_time)
tserver_args.now_cb = fake_now;