diff options
author | Werner Koch <[email protected]> | 2017-02-23 18:59:21 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2017-02-23 18:59:21 +0000 |
commit | effa80e0b5fd8cf9e31a984afe391c2406edee8b (patch) | |
tree | 8d2418a3cf54845fa6ef6ae41ebe761bc4975f4a /common/status.h | |
parent | speedo,w32: Install gpg-wks-client. (diff) | |
download | gnupg-effa80e0b5fd8cf9e31a984afe391c2406edee8b.tar.gz gnupg-effa80e0b5fd8cf9e31a984afe391c2406edee8b.zip |
gpg: Emit new status DECRYPTION_KEY
* common/status.h (STATUS_DECRYPTION_KEY): New.
* g10/pubkey-enc.c (get_it): Emit that status.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'common/status.h')
-rw-r--r-- | common/status.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/status.h b/common/status.h index 3de4aa524..8831a0f5f 100644 --- a/common/status.h +++ b/common/status.h @@ -57,6 +57,7 @@ enum STATUS_NO_PUBKEY, STATUS_NO_SECKEY, STATUS_NEED_PASSPHRASE_SYM, + STATUS_DECRYPTION_KEY, STATUS_DECRYPTION_INFO, STATUS_DECRYPTION_FAILED, STATUS_DECRYPTION_OKAY, |