diff options
Diffstat (limited to 'g10/status.c')
-rw-r--r-- | g10/status.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/status.c b/g10/status.c index 5aa712a30..2546626ba 100644 --- a/g10/status.c +++ b/g10/status.c @@ -56,9 +56,11 @@ write_status_text( int no, const char *text) case STATUS_BADSIG : s = "BADSIG\n"; break; case STATUS_ERRSIG : s = "ERRSIG\n"; break; case STATUS_BADARMOR : s = "BADARMOR\n"; break; + case STATUS_RSA_OR_IDEA : s= "RSA_OR_IDEA\n"; break; default: s = "?\n"; break; } + write( fd, "[GNUPG:] ", 9 ); if( text ) { write( fd, s, strlen(s)-1 ); write( fd, " ", 1 ); |