]> git.ipfire.org Git - thirdparty/systemd.git/commit
Define CRYPT_LUKS in crypt-util.h
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 29 Nov 2017 14:06:53 +0000 (15:06 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 30 Nov 2017 19:43:25 +0000 (20:43 +0100)
commitc116b0359509e00b0e868bd40459d05ff3b78469
treed7d71120e7ed475efc8659bafadf02a9abf00a4d
parent76d3e0834aff0e4ffb26897a25f7c32ae3667098
Define CRYPT_LUKS in crypt-util.h

Also do not include libcryptsetup.h directly, but only through crypt-util.h.
This way we do not have to repeat the define in every file where it is used.
src/basic/crypt-util.h
src/cryptsetup/cryptsetup.c
src/shared/dissect-image.c