mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Use a custom log handler for libassuan.
This commit is contained in:
parent
02566c5856
commit
37870234a1
22 changed files with 177 additions and 95 deletions
|
@ -26,7 +26,6 @@
|
|||
#include "iobuf.h"
|
||||
#include "i18n.h"
|
||||
|
||||
|
||||
/* Used by libgcrypt for logging. */
|
||||
static void
|
||||
my_gcry_logger (void *dummy, int level, const char *fmt, va_list arg_ptr)
|
||||
|
@ -97,7 +96,6 @@ setup_libgcrypt_logging (void)
|
|||
}
|
||||
|
||||
|
||||
|
||||
/* Decide whether the filename is stdout or a real filename and return
|
||||
* an appropriate string. */
|
||||
const char *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue