aboutsummaryrefslogtreecommitdiffstats
path: root/g10/packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'g10/packet.h')
-rw-r--r--g10/packet.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/packet.h b/g10/packet.h
index 06fb92e8f..36115be5b 100644
--- a/g10/packet.h
+++ b/g10/packet.h
@@ -139,7 +139,8 @@ typedef struct {
struct {
byte algo; /* cipher used to protect the secret information*/
STRING2KEY s2k;
- byte iv[8]; /* initialization vector for CFB mode */
+ byte ivlen; /* used length of the iv */
+ byte iv[16]; /* initialization vector for CFB mode */
} protect;
MPI skey[PUBKEY_MAX_NSKEY];
u16 csum; /* checksum */