diff options
author | Werner Koch <[email protected]> | 2015-09-09 13:14:20 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-09-09 13:14:35 +0000 |
commit | 56bf1061f86326b814e878f925cbf144e837fd66 (patch) | |
tree | 79d0702fe669e40875b4a2d58a13acb8a7f308ba /g13/keyblob.h | |
parent | scd: Force key attribute change for writekey. (diff) | |
download | gnupg-56bf1061f86326b814e878f925cbf144e837fd66.tar.gz gnupg-56bf1061f86326b814e878f925cbf144e837fd66.zip |
doc: Minor comment fixes.
--
Diffstat (limited to 'g13/keyblob.h')
-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. */ |