diff options
author | Werner Koch <[email protected]> | 2010-03-11 12:34:11 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-03-11 12:34:11 +0000 |
commit | 37870234a195fb76f36284ac4bdb5dc172078724 (patch) | |
tree | f65b4c42925edb20ff4149a977d12a4d31d432a0 /common/miscellaneous.c | |
parent | Change logging to use estream. The makes logging to a socket also (diff) | |
download | gnupg-37870234a195fb76f36284ac4bdb5dc172078724.tar.gz gnupg-37870234a195fb76f36284ac4bdb5dc172078724.zip |
Use a custom log handler for libassuan.
Diffstat (limited to 'common/miscellaneous.c')
-rw-r--r-- | common/miscellaneous.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 * |