diff options
Diffstat (limited to 'g10/packet.h')
-rw-r--r-- | g10/packet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/packet.h b/g10/packet.h index 290afac68..c391c53a4 100644 --- a/g10/packet.h +++ b/g10/packet.h @@ -173,7 +173,7 @@ typedef struct { u32 help_key_expire; int help_full_count; int help_marginal_count; - int is_primary; + int is_primary; /* 2 if set via the primary flag, 1 if calculated */ int is_revoked; int is_expired; u32 expiredate; /* expires at this date or 0 if not at all */ |