Remove some stale FIXME markings.

This commit is contained in:
Milan Broz
2021-02-05 12:27:39 +01:00
parent d703301fe8
commit 4471452105
17 changed files with 9 additions and 30 deletions

View File

@@ -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") ||