1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

See ChangeLog: Thu Apr 8 09:35:53 CEST 1999 Werner Koch

This commit is contained in:
Werner Koch 1999-04-08 07:41:35 +00:00
parent 9f40263e56
commit 97efca04ef
8 changed files with 39 additions and 9 deletions

View file

@ -245,6 +245,7 @@ proc_encrypted( CTX c, PACKET *pkt )
log_info(_("decryption okay\n"));
}
else {
write_status( STATUS_DECRYPTION_FAILED );
log_error(_("decryption failed: %s\n"), g10_errstr(result));
/* FIXME: if this is secret key not available, try with
* other keys */