diff options
author | David Shaw <dshaw@jabberwocky.com> | 2002-10-29 19:00:07 +0100 |
---|---|---|
committer | David Shaw <dshaw@jabberwocky.com> | 2002-10-29 19:00:07 +0100 |
commit | 809b8b031a3482d12faefa5ce9f392c1688eaa81 (patch) | |
tree | b9de81d600d52f51da3be66ad3d79cf723f35534 /g10/tdbio.h | |
parent | tidied RISC OS filetype support (diff) | |
download | gnupg2-809b8b031a3482d12faefa5ce9f392c1688eaa81.tar.xz gnupg2-809b8b031a3482d12faefa5ce9f392c1688eaa81.zip |
* keyedit.c (print_and_check_one_sig, show_key_and_fingerprint,
menu_addrevoker), keylist.c (list_keyblock_print, print_fingerprint): Show
"T" or the trust depth for trust signatures, and add spaces to some
strings to make room for it.
* packet.h, parse-packet.c (dump_sig_subpkt, parse_one_sig_subpkt,
parse_signature): Parse trust signature values.
* tdbio.h, tdbio.c (tdbio_read_record, tdbio_write_record): Reserve a byte
for the minimum ownertrust value (for use with trust signatures).
Diffstat (limited to 'g10/tdbio.h')
-rw-r--r-- | g10/tdbio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/tdbio.h b/g10/tdbio.h index f2c6bec1b..6a28edc5a 100644 --- a/g10/tdbio.h +++ b/g10/tdbio.h @@ -77,6 +77,7 @@ struct trust_record { byte ownertrust; byte depth; ulong validlist; + byte min_ownertrust; } trust; struct { byte namehash[20]; |