]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fixup multistream test
authorHugo Landau <hlandau@openssl.org>
Fri, 2 Feb 2024 09:14:26 +0000 (09:14 +0000)
committerHugo Landau <hlandau@openssl.org>
Thu, 8 Feb 2024 16:50:01 +0000 (16:50 +0000)
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23360)

test/quic_multistream_test.c

index 4ae7ae976a43f772bf27e65c992cf578462be845..9b97257227f3b829a207b6f100345367d5557749 100644 (file)
@@ -5342,7 +5342,7 @@ static const struct script_op script_83[] = {
     OP_END
 };
 
-/* 83. Test query of available streams */
+/* 84. Test query of available streams */
 static int check_avail_streams(struct helper *h, struct helper_local *hl)
 {
     uint64_t v = 0;
@@ -5374,7 +5374,7 @@ static int check_avail_streams(struct helper *h, struct helper_local *hl)
     return 1;
 }
 
-static const struct script_op script_83[] = {
+static const struct script_op script_84[] = {
     OP_C_SET_ALPN           ("ossltest")
     OP_C_CONNECT_WAIT       ()
 
@@ -5504,10 +5504,11 @@ static const struct script_op *const scripts[] = {
     script_77,
     script_78,
     script_79,
-    script_80
+    script_80,
     script_81,
     script_82,
-    script_83
+    script_83,
+    script_84
 };
 
 static int test_script(int idx)