From 37870234a195fb76f36284ac4bdb5dc172078724 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 11 Mar 2010 12:34:11 +0000 Subject: Use a custom log handler for libassuan. --- common/miscellaneous.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'common/miscellaneous.c') diff --git a/common/miscellaneous.c b/common/miscellaneous.c index 1c88068f1..396f7224f 100644 --- a/common/miscellaneous.c +++ b/common/miscellaneous.c @@ -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 * -- cgit v1.2.3