]> git.pld-linux.org Git - packages/lighttpd.git/blame - 2547.diff
fix build with OPENSSL_NO_TLSEXT (old openssl on ac). lighttpd issue 2547
[packages/lighttpd.git] / 2547.diff
CommitLineData
48b22045
ER
1URL: http://redmine.lighttpd.net/issues/2547
2
3Index: network.c
4===================================================================
5--- ./src/network.c (revision 2936)
6+++ ./src/network.c (revision 2937)
7@@ -583,7 +583,7 @@
8
9 #ifdef OPENSSL_NO_TLSEXT
10 {
11- data_config *dc = (data_config *)srv->config_context->data[i];
12+ data_config *dc = (data_config *)srv->config_context->data[ndx];
13 if ((ndx > 0 && (COMP_SERVER_SOCKET != dc->comp || dc->cond != CONFIG_COND_EQ))
14 || !s->ssl_enabled) {
15 log_error_write(srv, __FILE__, __LINE__, "ss", "SSL:",
This page took 0.080661 seconds and 4 git commands to generate.