mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Finished the bulk of changes to use estream in most places instead of
stdio.
This commit is contained in:
parent
37870234a1
commit
fb2ba98963
32 changed files with 824 additions and 711 deletions
|
@ -595,7 +595,7 @@ gpgsm_verify (ctrl_t ctrl, int in_fd, int data_fd, estream_t out_fp)
|
|||
log_info (!i? _("Good signature from")
|
||||
: _(" aka"));
|
||||
log_printf (" \"");
|
||||
gpgsm_print_name (log_get_stream (), p);
|
||||
gpgsm_es_print_name (log_get_stream (), p);
|
||||
log_printf ("\"\n");
|
||||
ksba_free (p);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue