diff options
author | Werner Koch <[email protected]> | 2016-05-31 13:43:51 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-05-31 13:51:18 +0000 |
commit | 67a4bc8d536f6997f14daff4c039abd48a172100 (patch) | |
tree | 743e50929a97c4d54e0ea13a5b2b15fa79f76a07 /common/status.h | |
parent | build: Fix URL. (diff) | |
download | gnupg-67a4bc8d536f6997f14daff4c039abd48a172100.tar.gz gnupg-67a4bc8d536f6997f14daff4c039abd48a172100.zip |
gpg: New status code NOTATION_FLAGS.
* common/status.h (STATUS_NOTATION_FLAGS: New.
* g10/packet.h (struct notation): Add flags.human.
(notation_t): New typedef.
* g10/build-packet.c (sig_to_notation): Set flags.human.
* g10/keylist.c (show_notation): Write STATUS_NOTATION_FLAGS.
Diffstat (limited to 'common/status.h')
-rw-r--r-- | common/status.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/status.h b/common/status.h index 966489fa3..f9771c208 100644 --- a/common/status.h +++ b/common/status.h @@ -96,6 +96,7 @@ enum STATUS_SIG_CREATED, STATUS_SESSION_KEY, STATUS_NOTATION_NAME, + STATUS_NOTATION_FLAGS, STATUS_NOTATION_DATA, STATUS_POLICY_URL, STATUS_KEY_CREATED, |