1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* keyedit.c (show_key_with_all_names): Ownertrust is only meaningful for

the PGP or classic trust models.  Both validity and ownertrust are not
meaningful for the always trust model.
This commit is contained in:
David Shaw 2003-10-14 00:05:44 +00:00
parent 90bd542151
commit 837df305c6
2 changed files with 18 additions and 6 deletions

View file

@ -1,3 +1,9 @@
2003-10-13 David Shaw <dshaw@jabberwocky.com>
* keyedit.c (show_key_with_all_names): Ownertrust is only
meaningful for the PGP or classic trust models. Both validity and
ownertrust are not meaningful for the always trust model.
2003-10-11 Werner Koch <wk@gnupg.org>
* keygen.c: Always enable the gen_card_key prototype.