diff options
Diffstat (limited to 'g10/packet.h')
-rw-r--r-- | g10/packet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/packet.h b/g10/packet.h index c6e8c0403..8d018e079 100644 --- a/g10/packet.h +++ b/g10/packet.h @@ -125,6 +125,7 @@ typedef struct { struct { unsigned checked:1; /* signature has been checked */ unsigned valid:1; /* signature is good (if checked is set) */ + unsigned chosen_selfsig:1; /* a selfsig that is the chosen one */ unsigned unknown_critical:1; unsigned exportable:1; unsigned revocable:1; |