From: Hugo Landau Date: Thu, 13 Jul 2023 11:32:48 +0000 (+0100) Subject: Minor fixups X-Git-Tag: openssl-3.2.0-alpha1~416 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8aa6a436dce7c8139909d9a694c6ce2afea4e416;p=thirdparty%2Fopenssl.git Minor fixups Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/21135) --- diff --git a/test/quic_multistream_test.c b/test/quic_multistream_test.c index f791504fa27..fa82b3a56e2 100644 --- a/test/quic_multistream_test.c +++ b/test/quic_multistream_test.c @@ -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")