aboutsummaryrefslogtreecommitdiffstats
path: root/g10/packet.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g10/packet.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/g10/packet.h b/g10/packet.h
index 5c0de577c..eec3050e9 100644
--- a/g10/packet.h
+++ b/g10/packet.h
@@ -318,6 +318,9 @@ typedef struct
unsigned int ks_modify:1;
unsigned int compacted:1;
unsigned int primary:2; /* 2 if set via the primary flag, 1 if calculated */
+ /* Note that this flag is set in a
+ * keyblock at max for one User ID and for
+ * one User Attribute per keyblock. */
unsigned int revoked:1;
unsigned int expired:1;
} flags;