]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fixup tests
authorHugo Landau <hlandau@openssl.org>
Mon, 3 Jul 2023 15:41:51 +0000 (16:41 +0100)
committerPauli <pauli@openssl.org>
Wed, 19 Jul 2023 03:03:11 +0000 (13:03 +1000)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21349)

test/quic_ackm_test.c

index 7e7c35816b771d3a2906d576b55a857bf4eeff17..b5019ccb829bcc00c60e4fa931633200977fa357 100644 (file)
@@ -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;
             }