aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/daemon.c')
-rw-r--r--src/microhttpd/daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 3c8a8e84..944b0384 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -5862,7 +5862,7 @@ MHD_is_feature_supported(enum MHD_FEATURE feature)
5862#else 5862#else
5863 return MHD_NO; 5863 return MHD_NO;
5864#endif 5864#endif
5865 case MHD_FEATURE_SSL: 5865 case MHD_FEATURE_TLS:
5866#ifdef HTTPS_SUPPORT 5866#ifdef HTTPS_SUPPORT
5867 return MHD_YES; 5867 return MHD_YES;
5868#else /* ! HTTPS_SUPPORT */ 5868#else /* ! HTTPS_SUPPORT */