mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-11 10:50:01 +01:00
Move defines from header.
This commit is contained in:
@@ -1141,7 +1141,6 @@ int crypt_format(struct crypt_device *cd,
|
||||
else if (isVERITY(type))
|
||||
r = _crypt_format_verity(cd, uuid, params);
|
||||
else {
|
||||
/* FIXME: allow plugins here? */
|
||||
log_err(cd, _("Unknown crypt device type %s requested.\n"), type);
|
||||
r = -EINVAL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user