diff options
author | Werner Koch <[email protected]> | 1999-02-25 17:51:55 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1999-02-25 17:51:55 +0000 |
commit | 946916a53d4643c7855fc446ac24193248aa3831 (patch) | |
tree | 156d411cc486f3ec244ea8f9c1dae741d4927f02 /g10/mainproc.c | |
parent | *** empty log message *** (diff) | |
download | gnupg-946916a53d4643c7855fc446ac24193248aa3831.tar.gz gnupg-946916a53d4643c7855fc446ac24193248aa3831.zip |
See ChangeLog: Thu Feb 25 18:47:39 CET 1999 Werner Koch
Diffstat (limited to '')
-rw-r--r-- | g10/mainproc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/g10/mainproc.c b/g10/mainproc.c index dace37a23..fa90d003e 100644 --- a/g10/mainproc.c +++ b/g10/mainproc.c @@ -199,6 +199,10 @@ proc_pubkey_enc( CTX c, PACKET *pkt ) log_info( _("public key encrypted data: good DEK\n") ); } else { + /* fixme: defer this message until we have parsed all packets of + * this type - do this by building a list of keys with their stati + * and store it with the conetxt. do_proc_packets can then use + * this list to display some information */ log_error(_("public key decryption failed: %s\n"), g10_errstr(result)); } free_packet(pkt); |