diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-11-24 20:24:40 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-11-24 20:24:40 +0000 |
commit | ef9da2ee969c27824fcd5aed6a59ac4cd217587b (patch) | |
tree | 306858041089a293d189e2c7ae7c2bd06a74a7a2 | |
parent | 01c594601670c7e48e676d6c6d32d0f0084067fa (diff) |
Add comment on GnuTLS library debugging facility
-rw-r--r-- | src/src/tls-gnu.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/src/tls-gnu.c b/src/src/tls-gnu.c index 898e37cd6..527ad28b2 100644 --- a/src/src/tls-gnu.c +++ b/src/src/tls-gnu.c @@ -221,7 +221,8 @@ static BOOL gnutls_buggy_ocsp = FALSE; /* Set this to control gnutls_global_set_log_level(); values 0 to 9 will setup the library logging; a value less than 0 disables the calls to set up logging -callbacks. */ +callbacks. Possibly GNuTLS also looks for an environment variable +"GNUTLS_DEBUG_LEVEL". */ #ifndef EXIM_GNUTLS_LIBRARY_LOG_LEVEL # define EXIM_GNUTLS_LIBRARY_LOG_LEVEL -1 #endif |