From 24ab4a608c8ee1613698a1a312a7b30d138a241e Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 5 Sep 2012 03:07:32 +0200 Subject: [PATCH] Rediff patch. --- contrib/rawlog.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/rawlog.patch b/contrib/rawlog.patch index c599797d..f59c162b 100644 --- a/contrib/rawlog.patch +++ b/contrib/rawlog.patch @@ -19,10 +19,10 @@ view the raw log message. -- Matthias Andree, June 2011 diff --git a/socket.c b/socket.c -index c8117a5..89847fe 100644 +index daa291d..dab91ba 100644 --- a/socket.c +++ b/socket.c -@@ -362,6 +362,49 @@ static SSL *_ssl_context[FD_SETSIZE]; +@@ -333,6 +333,49 @@ static SSL *_ssl_context[FD_SETSIZE]; static SSL *SSLGetContext( int ); #endif /* SSL_ENABLE */ @@ -72,7 +72,7 @@ index c8117a5..89847fe 100644 int SockWrite(int sock, const char *buf, int len) { int n, wrlen = 0; -@@ -369,6 +412,8 @@ int SockWrite(int sock, const char *buf, int len) +@@ -340,6 +383,8 @@ int SockWrite(int sock, const char *buf, int len) SSL *ssl; #endif @@ -81,7 +81,7 @@ index c8117a5..89847fe 100644 while (len) { #ifdef SSL_ENABLE -@@ -471,6 +516,8 @@ int SockRead(int sock, char *buf, int len) +@@ -442,6 +487,8 @@ int SockRead(int sock, char *buf, int len) (!newline && len); *bp = '\0'; -- 2.43.2