aboutsummaryrefslogtreecommitdiffstats
path: root/g10/status.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2004-10-13 07:10:51 +0000
committerWerner Koch <[email protected]>2004-10-13 07:10:51 +0000
commit690aa956f16e93c876b83dcda047995e82a1a55d (patch)
treec9e35687f44e595866dd1a2ba5ad104a0f9a0c9a /g10/status.h
parent* algorithms.h, cast5.c, cipher.c, idea-stub.c, twofish.c, blowfish.c, (diff)
downloadgnupg-690aa956f16e93c876b83dcda047995e82a1a55d.tar.gz
gnupg-690aa956f16e93c876b83dcda047995e82a1a55d.zip
* keygen.c (read_parameter_file): New keyword "Handle". This is
bug 287. (print_status_key_not_created): New. (print_status_key_created): Add new arg HANDLE. (do_generate_keypair): Print not created status. * status.c, tatus.h (STATUS_KEY_NOT_CREATED): New.
Diffstat (limited to 'g10/status.h')
-rw-r--r--g10/status.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/status.h b/g10/status.h
index ee282662a..c6c730bbe 100644
--- a/g10/status.h
+++ b/g10/status.h
@@ -103,6 +103,7 @@
#define STATUS_NEWSIG 72
#define STATUS_PLAINTEXT 73
#define STATUS_PLAINTEXT_LENGTH 74
+#define STATUS_KEY_NOT_CREATED 75
/*-- status.c --*/
void set_status_fd ( int fd );