summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/lighttpd/ssl_fix.diff
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-10-23 18:17:40 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-10-23 18:19:39 (GMT)
commitadbcf19958300e9b6598990184c8815b945ba0ee (patch)
treef4283c850ac0ac202c17e78a637ee7ca8147621b /abs/mv-core/lighttpd/ssl_fix.diff
parent61a68250df10d29b624650948484898334ff22d0 (diff)
downloadlinhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/mv-core/lighttpd/ssl_fix.diff')
-rw-r--r--abs/mv-core/lighttpd/ssl_fix.diff10
1 files changed, 0 insertions, 10 deletions
diff --git a/abs/mv-core/lighttpd/ssl_fix.diff b/abs/mv-core/lighttpd/ssl_fix.diff
deleted file mode 100644
index 7031a48..0000000
--- a/abs/mv-core/lighttpd/ssl_fix.diff
+++ /dev/null
@@ -1,10 +0,0 @@
---- lighttpd-1.3.13/src/connections.c 2005-03-03 15:36:51.000000000 -0800
-+++ lighttpd-1.3.13fix/src/connections.c 2005-05-12 02:33:37.124740872 -0700
-@@ -1141,6 +1141,7 @@
- return NULL;
- } else {
- SSL_set_accept_state(con->ssl);
-+ con->conf.is_ssl=1;
- }
-
- if (1 != (SSL_set_fd(con->ssl, cnt))) {