diff options
Diffstat (limited to 'g10/packet.h')
-rw-r--r-- | g10/packet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/packet.h b/g10/packet.h index 11af544ce..56d9f0bd8 100644 --- a/g10/packet.h +++ b/g10/packet.h @@ -208,6 +208,7 @@ typedef struct /* TODO: Move more flags here */ unsigned mdc:1; unsigned ks_modify:1; + unsigned compacted:1; } flags; char name[1]; } PKT_user_id; |