mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +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
|
@ -42,6 +42,8 @@ my_libassuan_log_handler (assuan_context_t ctx, void *hook,
|
|||
{
|
||||
unsigned int dbgval;
|
||||
|
||||
(void)ctx;
|
||||
|
||||
if (cat != ASSUAN_LOG_CONTROL)
|
||||
return 0; /* We only want the control channel messages. */
|
||||
dbgval = hook? *(unsigned int*)hook : 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue