1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

2002-12-22 Timo Schulz <ts@winpt.org>

* import.c (print_import_check): New.
        (import_one): Use it here.
        Use merge_keys_and_selfsig in the interactive mode to avoid
        wrong key information.
        * status.h: Add new status code.
        * status.c: Ditto.
This commit is contained in:
Timo Schulz 2002-12-22 20:53:20 +00:00
parent 6a4bd944a8
commit 15a2a3cd1f
4 changed files with 38 additions and 0 deletions

View file

@ -98,6 +98,7 @@
#define STATUS_EXPKEYSIG 66
#define STATUS_ATTRIBUTE 67
#define STATUS_IMPORT_OK 68
#define STATUS_IMPORT_CHECK 69
/*-- status.c --*/
void set_status_fd ( int fd );