1
0
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:
Timo Schulz 2002-12-23 19:31:05 +00:00
parent 43943b505f
commit a1b94b92c8
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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");