summaryrefslogtreecommitdiffstats
path: root/g13
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2015-09-09 15:14:20 +0200
committerWerner Koch <wk@gnupg.org>2015-09-09 15:14:35 +0200
commit56bf1061f86326b814e878f925cbf144e837fd66 (patch)
tree79d0702fe669e40875b4a2d58a13acb8a7f308ba /g13
parentscd: Force key attribute change for writekey. (diff)
downloadgnupg2-56bf1061f86326b814e878f925cbf144e837fd66.tar.xz
gnupg2-56bf1061f86326b814e878f925cbf144e837fd66.zip
doc: Minor comment fixes.
--
Diffstat (limited to 'g13')
-rw-r--r--g13/keyblob.h6
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. */