diff options
author | Werner Koch <[email protected]> | 2009-10-13 19:17:24 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-10-13 19:17:24 +0000 |
commit | 536b6ab09fa3e17f955c8b55e8469f3265a1936f (patch) | |
tree | a06fba4fb448cc70de12a470d7dde7f22c3eaf8f /g13/keyblob.h | |
parent | Replace C99 style vararg macro which was anyway not correct. (diff) | |
download | gnupg-536b6ab09fa3e17f955c8b55e8469f3265a1936f.tar.gz gnupg-536b6ab09fa3e17f955c8b55e8469f3265a1936f.zip |
Keep on hacking on g13. A simple --create and --mount does now work.
A hacked up encfs is required.
Diffstat (limited to 'g13/keyblob.h')
-rw-r--r-- | g13/keyblob.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/g13/keyblob.h b/g13/keyblob.h index b52919e0c..a7701005d 100644 --- a/g13/keyblob.h +++ b/g13/keyblob.h @@ -63,8 +63,9 @@ #define KEYBLOB_TAG_BLOBVERSION 0 /* This tag is used to describe the version of the keyblob. It must - be the first tag in a keyblob. Its value is a single byte giving - the blob version. The current version is 1. */ + be the first tag in a keyblob and may only occur once. Its value + is a single byte giving the blob version. The only defined version + is 1. */ #define KEYBLOB_TAG_CONTTYPE 1 /* This tag gives the type of the container. The value is a two byte |