From: Hugo Landau Date: Mon, 29 Jan 2024 15:39:42 +0000 (+0000) Subject: Minor fixes after rebase X-Git-Tag: openssl-3.3.0-alpha1~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cd09e0075cbe2427825c0a7e7cffcb57e408032;p=thirdparty%2Fopenssl.git Minor fixes after rebase 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 42ae1ede428..4ae7ae976a4 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 }; -/* 82. Test query of available streams */ +/* 83. 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_82[] = { +static const struct script_op script_83[] = { OP_C_SET_ALPN ("ossltest") OP_C_CONNECT_WAIT () @@ -5424,7 +5424,6 @@ static const struct script_op script_82[] = { OP_END }; - static const struct script_op *const scripts[] = { script_1, script_2,