mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-23 10:29:58 +01: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
@ -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…
x
Reference in New Issue
Block a user