diff options
author | Werner Koch <[email protected]> | 2020-06-08 13:22:28 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2020-06-08 13:22:58 +0000 |
commit | c1c607a51c02e925aa6102917ce665509da15cee (patch) | |
tree | 74939a226f598cfbe27a0dbb3aa643f8420e7a59 /g10/packet.h | |
parent | agent: Fix the condition to detect leading 0x00 problem. (diff) | |
download | gnupg-c1c607a51c02e925aa6102917ce665509da15cee.tar.gz gnupg-c1c607a51c02e925aa6102917ce665509da15cee.zip |
doc: Minor code comment fixes.
--
Diffstat (limited to 'g10/packet.h')
-rw-r--r-- | g10/packet.h | 3 |
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; |