diff options
Diffstat (limited to 'g10/status.c')
-rw-r--r-- | g10/status.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/status.c b/g10/status.c index 2546626ba..35367fbba 100644 --- a/g10/status.c +++ b/g10/status.c @@ -53,6 +53,7 @@ write_status_text( int no, const char *text) case STATUS_LEAVE : s = "LEAVE\n"; break; case STATUS_ABORT : s = "ABORT\n"; break; case STATUS_GOODSIG: s = "GOODSIG\n"; break; + case STATUS_SIGEXPIRED: s = "SIGEXPIRED\n"; break; case STATUS_BADSIG : s = "BADSIG\n"; break; case STATUS_ERRSIG : s = "ERRSIG\n"; break; case STATUS_BADARMOR : s = "BADARMOR\n"; break; |