Skip to content

Commit

Permalink
Fixup tests
Browse files Browse the repository at this point in the history
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from #21349)
  • Loading branch information
hlandau authored and paulidale committed Jul 19, 2023
1 parent 178c104 commit 709ef40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/quic_ackm_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,7 @@ static int test_rx_ack_actual(int tidx, int space)
break;

case RX_OPK_SKIP_IF_PN_SPACE:
if (space == s->pn) {
if (space == (int)s->pn) {
testresult = 1;
goto err;
}
Expand Down

0 comments on commit 709ef40

Please sign in to comment.