1
0
Fork 0
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:
Werner Koch 2020-06-08 15:22:28 +02:00
parent e2e5736842
commit c1c607a51c
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
6 changed files with 10 additions and 6 deletions

View file

@ -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;