aboutsummaryrefslogtreecommitdiffstats
path: root/common/status.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2017-02-23 18:59:21 +0000
committerWerner Koch <[email protected]>2017-02-23 18:59:21 +0000
commiteffa80e0b5fd8cf9e31a984afe391c2406edee8b (patch)
tree8d2418a3cf54845fa6ef6ae41ebe761bc4975f4a /common/status.h
parentspeedo,w32: Install gpg-wks-client. (diff)
downloadgnupg-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.h1
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,