From 019601191a250f5ec95ca871aa281ae836a1a34e Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 6 Aug 2009 20:12:00 +0000 Subject: Improved detection of bad/invalid signer keys. --- common/status.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common/status.h') diff --git a/common/status.h b/common/status.h index 50a11914a..a11f2a38c 100644 --- a/common/status.h +++ b/common/status.h @@ -91,7 +91,9 @@ enum STATUS_USERID_HINT, STATUS_UNEXPECTED, STATUS_INV_RECP, + STATUS_INV_SGNR, STATUS_NO_RECP, + STATUS_NO_SGNR, STATUS_ALREADY_SIGNED, STATUS_KEYEXPIRED, @@ -127,6 +129,7 @@ enum const char *get_status_string (int code); +const char *get_inv_recpsgnr_code (gpg_error_t err); #endif /*GNUPG_COMMON_STATUS_H*/ -- cgit v1.2.3