diff options
author | Milan Broz <gmazyland@gmail.com> | 2012-11-18 18:31:17 +0100 |
---|---|---|
committer | Milan Broz <gmazyland@gmail.com> | 2012-11-19 21:25:57 +0100 |
commit | 911ffe81f04e3da033a429061e17b54fa9214503 (patch) | |
tree | d2f991a4888f230652f6d971f4e574888cb9be3d /lib/libcryptsetup.h | |
parent | ecf993834cfdfc3ff9e3584845ffce9a5b967184 (diff) | |
download | cryptsetup-911ffe81f04e3da033a429061e17b54fa9214503.tar.gz cryptsetup-911ffe81f04e3da033a429061e17b54fa9214503.tar.bz2 cryptsetup-911ffe81f04e3da033a429061e17b54fa9214503.zip |
TCRYPT: implement (most of) legacy modes support.
Diffstat (limited to 'lib/libcryptsetup.h')
-rw-r--r-- | lib/libcryptsetup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libcryptsetup.h b/lib/libcryptsetup.h index b1f5f0c..21968aa 100644 --- a/lib/libcryptsetup.h +++ b/lib/libcryptsetup.h @@ -391,6 +391,7 @@ struct crypt_params_verity { */ /** Try to load hidden header (describing hidden device) */ #define CRYPT_TCRYPT_HIDDEN_HEADER (1 << 0) +#define CRYPT_TCRYPT_LEGACY_MODES (1 << 1) struct crypt_params_tcrypt { const char *passphrase; |