diff options
Diffstat (limited to '')
-rw-r--r-- | g10/packet.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/g10/packet.h b/g10/packet.h index 65f60a9e5..9780d939e 100644 --- a/g10/packet.h +++ b/g10/packet.h @@ -95,7 +95,9 @@ typedef struct typedef struct { /* RFC 4880: this must be 4. */ byte version; - /* The cipher algorithm used. */ + /* The cipher algorithm used to encrypt the session key. (This may + be different from the algorithm that is used to encrypt the SED + packet.) */ byte cipher_algo; /* The string-to-key specifier. */ STRING2KEY s2k; @@ -269,7 +271,7 @@ typedef struct struct user_attribute *attribs; int numattribs; /* If this is not NULL, the packet is a user attribute rather than a - user id. (Serialized.) */ + user id (See RFC 4880 5.12). (Serialized.) */ byte *attrib_data; /* The length of ATTRIB_DATA. */ unsigned long attrib_len; |