forked from wolfSSL/wolfssl
Clean up sign comparison warnings
This commit is contained in:
@ -8602,7 +8602,7 @@ static int SendTls13Certificate(WOLFSSL* ssl)
|
||||
#endif /* WOLFSSL_DTLS13 */
|
||||
}
|
||||
else {
|
||||
fragSz = min(length, maxFragment);
|
||||
fragSz = min((word32)length, maxFragment);
|
||||
sendSz += fragSz;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user