summaryrefslogtreecommitdiff
path: root/uhttpd.c
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-04-03 13:09:10 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-04-03 13:09:10 +0000
commitff804c484a8459921497e70488a6347ebba481bd (patch)
treeca110cf806eff33f3f3c200aff43f1062ff3c37f /uhttpd.c
parent775c9042b42e2cfcc54dafb0a56e702ef3e01a9c (diff)
downloaduhttpd-ff804c484a8459921497e70488a6347ebba481bd.tar.gz
[package] uhttpd:
- cope with options instead of lists in uci config - fix compilation without tls (#7050) - bump to rev 7 git-svn-id: svn://svn.openwrt.org/openwrt/trunk/package/uhttpd/src@20668 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'uhttpd.c')
-rw-r--r--uhttpd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/uhttpd.c b/uhttpd.c
index c6a8b6c..da37794 100644
--- a/uhttpd.c
+++ b/uhttpd.c
@@ -524,6 +524,7 @@ int main (int argc, char **argv)
port = optarg;
}
+#ifdef HAVE_TLS
if( opt == 's' )
{
if( !conf.tls )
@@ -537,6 +538,7 @@ int main (int argc, char **argv)
tls = 1;
}
+#endif
/* bind sockets */
bound += uh_socket_bind(