]> git.ipfire.org Git - thirdparty/systemd.git/commit
cryptsetup: use STR_IN_SET() where appropriate 14078/head
authorLennart Poettering <lennart@poettering.net>
Wed, 21 Aug 2019 08:45:42 +0000 (10:45 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 19 Nov 2019 14:34:09 +0000 (15:34 +0100)
commit9120aa820b30ecdcfb7473708eaf420cc439bff5
treeee1c26576d1ac5d0aef7d390af83297f0beef24c
parent9c5253ffecb602b3eeb9b9fd0f42f8e757fd3ed8
cryptsetup: use STR_IN_SET() where appropriate

Note that this slightly changes behaviour: "none" is only allowed as
option, if it's the only option specified, but not in combination with
other options. I think this makes more sense, since it's the choice when
no options shall be specified.
src/cryptsetup/cryptsetup.c