aboutsummaryrefslogtreecommitdiffstats
path: root/g10/status.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-05-29 11:53:54 +0000
committerWerner Koch <[email protected]>1998-05-29 11:53:54 +0000
commite284277f0490a4606b99f3de5fdc3053084b99dd (patch)
treef9a5e6a69e82a5efe339ccdaa09664fa0679b066 /g10/status.c
parentadd-key works (diff)
downloadgnupg-0-2-19.tar.gz
gnupg-0-2-19.zip
*** empty log message ***V0-2-19
Diffstat (limited to '')
-rw-r--r--g10/status.c2
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 );