summaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index eece8eba..17f44c64 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -875,7 +875,6 @@ struct MHD_Connection
*/
struct MHD_UpgradeResponseHandle *urh;
-#if HTTPS_SUPPORT
/**
* If this connection was upgraded and if we are using
* #MHD_USE_THREAD_PER_CONNECTION without encryption,
@@ -884,6 +883,8 @@ struct MHD_Connection
*/
struct MHD_Semaphore *upgrade_sem;
+#if HTTPS_SUPPORT
+
/**
* State required for HTTPS/SSL/TLS support.
*/