mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
2002-12-23 Timo Schulz <ts@winpt.org>
* import.c (import_one): Use merge_keys_and_selfsig in the interactive mode to avoid wrong key information.
This commit is contained in:
parent
43943b505f
commit
a1b94b92c8
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-12-23 Timo Schulz <ts@winpt.org>
|
||||
|
||||
* import.c (import_one): Use merge_keys_and_selfsig in the
|
||||
interactive mode to avoid wrong key information.
|
||||
|
||||
2002-12-18 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* keydb.h, getkey.c (key_byname): Flag to enable or disable
|
||||
|
|
|
@ -591,6 +591,7 @@ import_one( const char *fname, KBNODE keyblock, int fast,
|
|||
}
|
||||
|
||||
if (opt.interactive) {
|
||||
merge_keys_and_selfsig (keyblock);
|
||||
tty_printf ("\n");
|
||||
show_basic_key_info (keyblock);
|
||||
tty_printf ("\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue