Minor fixups
authorHugo Landau <hlandau@openssl.org>
Thu, 13 Jul 2023 11:32:48 +0000 (12:32 +0100)
committerPauli <pauli@openssl.org>
Sun, 16 Jul 2023 22:18:05 +0000 (08:18 +1000)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21135)

test/quic_multistream_test.c

index f791504fa27e6414efd3fcb7e403d6e244c3aa0a..fa82b3a56e2108b7fde42b9de87b416313dd58be 100644 (file)
@@ -2866,6 +2866,7 @@ static const struct script_op *const scripts[] = {
     script_36,
     script_37,
     script_38,
+    script_39,
 };
 
 static int test_script(int idx)
@@ -2879,7 +2880,7 @@ static int test_script(int idx)
 
 /* Dynamically generated tests. */
 static struct script_op dyn_frame_types_script[] = {
-    OP_S_SET_INJECT_PLAIN   (script_20_inject_plain)
+    OP_S_SET_INJECT_PLAIN   (script_21_inject_plain)
     OP_SET_INJECT_WORD      (0, 0) /* dynamic */
 
     OP_C_SET_ALPN           ("ossltest")