diff options
Diffstat (limited to 'www-servers/nginx/files/nginx-0.2.2-compile_fix.patch')
-rw-r--r-- | www-servers/nginx/files/nginx-0.2.2-compile_fix.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www-servers/nginx/files/nginx-0.2.2-compile_fix.patch b/www-servers/nginx/files/nginx-0.2.2-compile_fix.patch deleted file mode 100644 index a70c0bac200a..000000000000 --- a/www-servers/nginx/files/nginx-0.2.2-compile_fix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/event/ngx_event_openssl.c Fri Sep 30 10:28:02 2005 -+++ src/event/ngx_event_openssl.c Fri Sep 30 18:50:23 2005 -@@ -320,7 +320,7 @@ - - c = ev->data; - -- ngx_log_debug0(NGX_LOG_DEBUG_EVENT, c->log, 0, -+ ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0, - "ssl handshake handler: %d", ev->write); - - if (ngx_ssl_handshake(c) == NGX_AGAIN) { |