aboutsummaryrefslogtreecommitdiffstats
path: root/g10/status.c
diff options
context:
space:
mode:
authorTimo Schulz <[email protected]>2002-12-22 20:53:20 +0000
committerTimo Schulz <[email protected]>2002-12-22 20:53:20 +0000
commit15a2a3cd1f41b666bff3e2610474d561f203893a (patch)
treed63f5e0d9e514acdf2e4092833b82d0243ab9103 /g10/status.c
parent* pkclist.c (do_we_trust): Tweak language to refer to the "named (diff)
downloadgnupg-15a2a3cd1f41b666bff3e2610474d561f203893a.tar.gz
gnupg-15a2a3cd1f41b666bff3e2610474d561f203893a.zip
2002-12-22 Timo Schulz <[email protected]>
* 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.
Diffstat (limited to '')
-rw-r--r--g10/status.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/status.c b/g10/status.c
index 799b42edc..b665968f0 100644
--- a/g10/status.c
+++ b/g10/status.c
@@ -121,6 +121,7 @@ get_status_string ( int no )
case STATUS_ERRMDC : s = "ERRMDC"; break;
case STATUS_IMPORTED : s = "IMPORTED"; break;
case STATUS_IMPORT_OK : s = "IMPORT_OK"; break;
+ case STATUS_IMPORT_CHECK : s = "IMPORT_CHECK"; break;
case STATUS_IMPORT_RES : s = "IMPORT_RES"; break;
case STATUS_FILE_START : s = "FILE_START"; break;
case STATUS_FILE_DONE : s = "FILE_DONE"; break;