summaryrefslogtreecommitdiff
path: root/www/lighttpd/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'www/lighttpd/patches/patch-ac')
-rw-r--r--www/lighttpd/patches/patch-ac22
1 files changed, 0 insertions, 22 deletions
diff --git a/www/lighttpd/patches/patch-ac b/www/lighttpd/patches/patch-ac
deleted file mode 100644
index 2f5f47fbde8..00000000000
--- a/www/lighttpd/patches/patch-ac
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ac,v 1.5 2008/04/25 19:58:17 joerg Exp $
-
-From SVN: Fix potential DOS by clearing SSL error queue.
-
---- src/network_openssl.c.orig 2008-04-25 18:29:42.000000000 +0200
-+++ src/network_openssl.c
-@@ -85,6 +85,7 @@ int network_write_chunkqueue_openssl(ser
- *
- */
-
-+ ERR_clear_error();
- if ((r = SSL_write(ssl, offset, toSend)) <= 0) {
- unsigned long err;
-
-@@ -187,6 +188,7 @@ int network_write_chunkqueue_openssl(ser
-
- close(ifd);
-
-+ ERR_clear_error();
- if ((r = SSL_write(ssl, s, toSend)) <= 0) {
- unsigned long err;
-