diff options
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 |