mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-11 19:00:02 +01:00
Fix a signed/unsigned comparison compiler warning.
This commit is contained in:
@@ -2143,7 +2143,8 @@ static int _crypt_format_integrity(struct crypt_device *cd,
|
||||
const char *uuid,
|
||||
struct crypt_params_integrity *params)
|
||||
{
|
||||
int r, integrity_tag_size;
|
||||
int r;
|
||||
uint32_t integrity_tag_size;
|
||||
char *integrity = NULL, *journal_integrity = NULL, *journal_crypt = NULL;
|
||||
struct volume_key *journal_crypt_key = NULL, *journal_mac_key = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user