]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
QUIC RADIX: Fix simple_conn test
authorHugo Landau <hlandau@openssl.org>
Mon, 8 Apr 2024 14:12:24 +0000 (15:12 +0100)
committerViktor Dukhovni <openssl-users@dukhovni.org>
Wed, 11 Sep 2024 08:35:22 +0000 (18:35 +1000)
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24064)

test/radix/quic_tests.c

index 4f4c9118afb383edc0a35a4d382f57ed91fb8e2e..001105a5a76b0bb3c1f9c349ab47b1e8aac9eb97 100644 (file)
@@ -20,6 +20,7 @@ DEF_SCRIPT(simple_conn, "simple connection to server")
     OP_ACCEPT_CONN_WAIT(L, La, 0);
     OP_ACCEPT_CONN_NONE(L);
 
+    OP_READ_EXPECT_B(La, "apple");
     OP_WRITE_B(La, "orange");
     OP_READ_EXPECT_B(C, "orange");
 }