Skip to content

Commit

Permalink
Minor fixes after rebase
Browse files Browse the repository at this point in the history
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from #23360)
  • Loading branch information
hlandau committed Feb 8, 2024
1 parent a01746b commit 2cd09e0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/quic_multistream_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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 ()

Expand Down Expand Up @@ -5424,7 +5424,6 @@ static const struct script_op script_82[] = {
OP_END
};


static const struct script_op *const scripts[] = {
script_1,
script_2,
Expand Down

0 comments on commit 2cd09e0

Please sign in to comment.