1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +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:
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

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