mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
doc: Minor code comment fixes.
--
This commit is contained in:
parent
e2e5736842
commit
c1c607a51c
6 changed files with 10 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue