mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-11 13:14:25 +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>
|
2002-12-18 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* keydb.h, getkey.c (key_byname): Flag to enable or disable
|
* 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) {
|
if (opt.interactive) {
|
||||||
|
merge_keys_and_selfsig (keyblock);
|
||||||
tty_printf ("\n");
|
tty_printf ("\n");
|
||||||
show_basic_key_info (keyblock);
|
show_basic_key_info (keyblock);
|
||||||
tty_printf ("\n");
|
tty_printf ("\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user