git://git.exim.org
/
users
/
heiko
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
01c5946
)
Add comment on GnuTLS library debugging facility
author
Jeremy Harris
<jgh146exb@wizmail.org>
Fri, 24 Nov 2017 20:24:40 +0000
(20:24 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Fri, 24 Nov 2017 20:24:40 +0000
(20:24 +0000)
src/src/tls-gnu.c
patch
|
blob
|
history
diff --git
a/src/src/tls-gnu.c
b/src/src/tls-gnu.c
index 898e37cd690451fa30525731dbea1341aeb8a3e3..527ad28b216333c9f95ceb595891b9c40c9d68f7 100644
(file)
--- 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