From 7f066040d65610235f02da2b64c526e75eb54a05 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 12 Oct 2016 20:26:24 +0000 Subject: revert to MHD_USE_SSL for now --- src/transport/plugin_transport_http_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/transport/plugin_transport_http_server.c') diff --git a/src/transport/plugin_transport_http_server.c b/src/transport/plugin_transport_http_server.c index 1a2f5d21a..5088f2e77 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, MHD_USE_DEBUG | #endif #if BUILD_HTTPS - MHD_USE_TLS | + MHD_USE_SSL | #endif MHD_USE_SUSPEND_RESUME | v6, -- cgit v1.2.3