aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_server.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-10-11 16:13:03 +0000
committerChristian Grothoff <christian@grothoff.org>2016-10-11 16:13:03 +0000
commita623242075d23c9f7f4530c2fda5073e1658603f (patch)
treeb9b9d036293ede6c1b726d495b77de813d1a2b4d /src/transport/plugin_transport_http_server.c
parent4e6147ce59183ef1ad3befd99bb5455e53e2803a (diff)
downloadgnunet-a623242075d23c9f7f4530c2fda5073e1658603f.tar.gz
gnunet-a623242075d23c9f7f4530c2fda5073e1658603f.zip
deprecate USE_SSL for USE_TLS, rename in code
Diffstat (limited to 'src/transport/plugin_transport_http_server.c')
-rw-r--r--src/transport/plugin_transport_http_server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_http_server.c b/src/transport/plugin_transport_http_server.c
index 5088f2e77..1a2f5d21a 100644
--- a/src/transport/plugin_transport_http_server.c
+++ b/src/transport/plugin_transport_http_server.c
@@ -2200,7 +2200,7 @@ run_mhd_start_daemon (struct HTTP_Server_Plugin *plugin,
2200 MHD_USE_DEBUG | 2200 MHD_USE_DEBUG |
2201#endif 2201#endif
2202#if BUILD_HTTPS 2202#if BUILD_HTTPS
2203 MHD_USE_SSL | 2203 MHD_USE_TLS |
2204#endif 2204#endif
2205 MHD_USE_SUSPEND_RESUME | 2205 MHD_USE_SUSPEND_RESUME |
2206 v6, 2206 v6,