aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns-proxy.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/gns/gnunet-gns-proxy.c
parent4e6147ce59183ef1ad3befd99bb5455e53e2803a (diff)
downloadgnunet-a623242075d23c9f7f4530c2fda5073e1658603f.tar.gz
gnunet-a623242075d23c9f7f4530c2fda5073e1658603f.zip
deprecate USE_SSL for USE_TLS, rename in code
Diffstat (limited to 'src/gns/gnunet-gns-proxy.c')
-rw-r--r--src/gns/gnunet-gns-proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/gnunet-gns-proxy.c b/src/gns/gnunet-gns-proxy.c
index ef9c7bf62..477444919 100644
--- a/src/gns/gnunet-gns-proxy.c
+++ b/src/gns/gnunet-gns-proxy.c
@@ -2302,7 +2302,7 @@ lookup_ssl_httpd (const char* domain)
2302 hd->is_ssl = GNUNET_YES; 2302 hd->is_ssl = GNUNET_YES;
2303 hd->domain = GNUNET_strdup (domain); 2303 hd->domain = GNUNET_strdup (domain);
2304 hd->proxy_cert = pgc; 2304 hd->proxy_cert = pgc;
2305 hd->daemon = MHD_start_daemon (MHD_USE_DEBUG | MHD_USE_SSL | MHD_USE_NO_LISTEN_SOCKET, 2305 hd->daemon = MHD_start_daemon (MHD_USE_DEBUG | MHD_USE_TLS | MHD_USE_NO_LISTEN_SOCKET,
2306 0, 2306 0,
2307 NULL, NULL, 2307 NULL, NULL,
2308 &create_response, hd, 2308 &create_response, hd,