From effa80e0b5fd8cf9e31a984afe391c2406edee8b Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 23 Feb 2017 19:59:21 +0100 Subject: 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 --- common/status.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common') 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, -- cgit v1.2.3