diff options
Diffstat (limited to '')
-rw-r--r-- | g13/keyblob.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/g13/keyblob.h b/g13/keyblob.h index 99d239fee..5c3e74e12 100644 --- a/g13/keyblob.h +++ b/g13/keyblob.h @@ -115,12 +115,14 @@ /* A EncFS based backend. This requires a whole directory which includes the encrypted files. Metadata is not encrypted. */ +#define CONTTYPE_DM_CRYPT 2 +/* A DM-Crypt based backend. */ + #define CONTTYPE_TRUECRYPT 21571 /* A Truecrypt (www.truecrypt.org) based container. Due to the design of truecrypt this requires a second datafile because it is not - possible to to prepend a truecrypt container with our keyblob. */ - + possible to prepend a truecrypt container with our keyblob. */ |