mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
2011-04-20 Marcus Brinkmann <mb@g10code.com>
* keylist.c (list_keyblock_colon): Use get_ownertrust_info, not get_ownertrust (which lead to binary zeroes in the output!).
This commit is contained in:
parent
70b871abbc
commit
dd491d290a
@ -1,3 +1,8 @@
|
|||||||
|
2011-04-20 Marcus Brinkmann <mb@g10code.com>
|
||||||
|
|
||||||
|
* keylist.c (list_keyblock_colon): Use get_ownertrust_info, not
|
||||||
|
get_ownertrust (which lead to binary zeroes in the output!).
|
||||||
|
|
||||||
2011-03-23 Werner Koch <wk@g10code.com>
|
2011-03-23 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* parse-packet.c (read_rest): Drop unsed PARTIAL arg. Rewrite to
|
* parse-packet.c (read_rest): Drop unsed PARTIAL arg. Rewrite to
|
||||||
|
@ -1161,7 +1161,7 @@ list_keyblock_colon (KBNODE keyblock, int secret, int fpr)
|
|||||||
colon_datestr_from_pk (pk), colon_strtime (pk->expiredate));
|
colon_datestr_from_pk (pk), colon_strtime (pk->expiredate));
|
||||||
|
|
||||||
if (!opt.fast_list_mode && !opt.no_expensive_trust_checks)
|
if (!opt.fast_list_mode && !opt.no_expensive_trust_checks)
|
||||||
es_putc (get_ownertrust (pk), es_stdout);
|
es_putc (get_ownertrust_info (pk), es_stdout);
|
||||||
es_putc (':', es_stdout);
|
es_putc (':', es_stdout);
|
||||||
|
|
||||||
es_putc (':', es_stdout);
|
es_putc (':', es_stdout);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user