aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index c47ed06d..f2e61d51 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -937,7 +937,7 @@ struct MHD_Connection
937 /** 937 /**
938 * TLS layer was shut down? 938 * TLS layer was shut down?
939 */ 939 */
940 int tls_closed; 940 bool tls_closed;
941#endif /* HTTPS_SUPPORT */ 941#endif /* HTTPS_SUPPORT */
942 942
943 /** 943 /**