diff options
Diffstat (limited to 'g10/status.h')
-rw-r--r-- | g10/status.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/g10/status.h b/g10/status.h index 083d7ce41..d8e13b70e 100644 --- a/g10/status.h +++ b/g10/status.h @@ -60,6 +60,9 @@ #define STATUS_DECRYPTION_OKAY 30 #define STATUS_MISSING_PASSPHRASE 31 #define STATUS_GOOD_PASSPHRASE 32 +#define STATUS_GOODMDC 33 +#define STATUS_BADMDC 34 +#define STATUS_ERRMDC 35 /*-- status.c --*/ void set_status_fd ( int fd ); |