From: Hugo Landau Date: Mon, 3 Jul 2023 15:41:51 +0000 (+0100) Subject: Fixup tests X-Git-Tag: openssl-3.2.0-alpha1~390 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=709ef4093520a91f4d723aef29c857c6fd625cad;p=thirdparty%2Fopenssl.git Fixup tests Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/21349) --- diff --git a/test/quic_ackm_test.c b/test/quic_ackm_test.c index 7e7c35816b7..b5019ccb829 100644 --- a/test/quic_ackm_test.c +++ b/test/quic_ackm_test.c @@ -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; }