diff options
author | Werner Koch <[email protected]> | 2006-04-03 10:13:23 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-04-03 10:13:23 +0000 |
commit | 256f67675f84ee02d842d14c93bfc8d6383b65b1 (patch) | |
tree | f1df73e6997df666dc3d97db1b590babe98a4750 /g10/status.h | |
parent | * getkey.c (get_pubkey_byname): Fix missing auto_key_retrieve unlock. (diff) | |
download | gnupg-1.4.3.tar.gz gnupg-1.4.3.zip |
About to release 1.4.3gnupg-1.4.3
Diffstat (limited to '')
-rw-r--r-- | g10/status.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/status.h b/g10/status.h index 3e4c7699c..bc7271dc9 100644 --- a/g10/status.h +++ b/g10/status.h @@ -118,6 +118,8 @@ #define STATUS_PKA_TRUST_BAD 82 #define STATUS_PKA_TRUST_GOOD 83 +#define STATUS_BEGIN_SIGNING 84 + /*-- status.c --*/ void set_status_fd ( int fd ); |