git://git.exim.org
/
users
/
jgh
/
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:
8420742
)
typo
author
Jeremy Harris
<jgh146exb@wizmail.org>
Thu, 25 May 2017 15:27:43 +0000
(16:27 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Thu, 25 May 2017 15:27:43 +0000
(16:27 +0100)
src/src/tls-openssl.c
patch
|
blob
|
history
diff --git
a/src/src/tls-openssl.c
b/src/src/tls-openssl.c
index 66483704c93a25399432e2ea34e5b6ed39d4f1c0..ab76492bc75e42f96ca9fdc06a37db96ce570095 100644
(file)
--- a/
src/src/tls-openssl.c
+++ b/
src/src/tls-openssl.c
@@
-2577,7
+2577,7
@@
static uschar * corked = NULL;
static int c_size = 0, c_len = 0;
DEBUG(D_tls) debug_printf("%s(%p, %d%s)\n", __FUNCTION__,
- buff, le
ft
, more ? ", more" : "");
+ buff, le
n
, more ? ", more" : "");
/* Lacking a CORK or MSG_MORE facility (such as GnuTLS has) we copy data when
"more" is notified. This hack is only ok if small amounts are involved AND only