mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-09 01:40:00 +01:00
Remove some stale FIXME markings.
This commit is contained in:
@@ -100,8 +100,6 @@ int crypt_parse_integrity_mode(const char *s, char *integrity,
|
||||
if (!s || !integrity)
|
||||
return -EINVAL;
|
||||
|
||||
// FIXME: do not hardcode it here
|
||||
|
||||
/* AEAD modes */
|
||||
if (!strcmp(s, "aead") ||
|
||||
!strcmp(s, "poly1305") ||
|
||||
|
||||
Reference in New Issue
Block a user