git://git.exim.org
/
users
/
heiko
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Cutthrough: handle request when a callout-hold is active. Bug 2604
[users/heiko/exim.git]
/
test
/
src
/
client.c
diff --git
a/test/src/client.c
b/test/src/client.c
index 63195347fcc6ba8ed56563ee203879a394bda8ed..9190af0689295a1bde2a926d9118828d2a44b2b3 100644
(file)
--- a/
test/src/client.c
+++ b/
test/src/client.c
@@
-297,7
+297,7
@@
if (rc <= 0)
return 0;
}
-printf("SSL connection using %s\n", SSL_get_cipher (*ssl));
+/* printf("SSL connection using %s\n", SSL_get_cipher (*ssl)); */
return 1;
}