diff options
Diffstat (limited to 'g10/packet.h')
-rw-r--r-- | g10/packet.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/packet.h b/g10/packet.h index cb2f0c9f1..395e70ab9 100644 --- a/g10/packet.h +++ b/g10/packet.h @@ -289,8 +289,8 @@ typedef struct { } PKT_compressed; typedef struct { - u32 len; /* length of encrypted data */ - int extralen; /* this is (blocksize+2) */ + u32 len; /* Remaining length of encrypted data. */ + int extralen; /* This is (blocksize+2). Used by build_packet. */ byte new_ctb; /* uses a new CTB */ byte is_partial; /* partial length encoded */ byte mdc_method; /* > 0: integrity protected encrypted data packet */ |