projects
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Testsuite: Add testcase for OCSP-nonaware client, to supporting server. Bug 1664
[exim.git]
/
src
/
src
/
tls-gnu.c
diff --git
a/src/src/tls-gnu.c
b/src/src/tls-gnu.c
index 61ed0e81c49e071139c06ddd4b24b1701580f073..e2ac17c8838df75d1e73f85356a2480231503d24 100644
(file)
--- a/
src/src/tls-gnu.c
+++ b/
src/src/tls-gnu.c
@@
-842,7
+842,7
@@
if ( !host /* server */
gnutls_certificate_set_ocsp_status_request_function(state->x509_cred,
server_ocsp_stapling_cb, state->exp_tls_ocsp_file);
gnutls_certificate_set_ocsp_status_request_function(state->x509_cred,
server_ocsp_stapling_cb, state->exp_tls_ocsp_file);
- DEBUG(D_tls) debug_printf("
Set OCSP response file %s\n", &
state->exp_tls_ocsp_file);
+ DEBUG(D_tls) debug_printf("
OCSP response file = %s\n",
state->exp_tls_ocsp_file);
}
#endif
}
#endif