From: Hugo Landau Date: Fri, 2 Feb 2024 09:14:26 +0000 (+0000) Subject: Fixup multistream test X-Git-Tag: openssl-3.3.0-alpha1~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37228ded0faab6c10f7438f812ce611e0a41830b;p=thirdparty%2Fopenssl.git Fixup multistream test Reviewed-by: Neil Horman Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/23360) --- diff --git a/test/quic_multistream_test.c b/test/quic_multistream_test.c index 4ae7ae976a4..9b97257227f 100644 --- a/test/quic_multistream_test.c +++ b/test/quic_multistream_test.c @@ -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)