mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
See ChangeLog: Thu Feb 25 18:47:39 CET 1999 Werner Koch
This commit is contained in:
parent
cbe6d2fd2a
commit
946916a53d
12 changed files with 90 additions and 11 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue