mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-12 19:30:04 +01:00
And fix previous comment once more... :)
This commit is contained in:
@@ -512,7 +512,7 @@ static int TCRYPT_init_hdr(struct crypt_device *cd,
|
||||
break;
|
||||
}
|
||||
|
||||
if (skipped == i || r == -ENOTSUP)
|
||||
if ((skipped && skipped == i) || r == -ENOTSUP)
|
||||
log_err(cd, _("Required kernel crypto interface not available.\n"
|
||||
"Ensure you have algif_skcipher kernel module loaded.\n"));
|
||||
if (r < 0)
|
||||
|
||||
Reference in New Issue
Block a user