aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index a441ee7a..76348978 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -2755,6 +2755,7 @@ enum MHD_FEATURE
2755 * #MHD_OPTION_HTTPS_MEM_DHPARAMS, #MHD_OPTION_HTTPS_CRED_TYPE, 2755 * #MHD_OPTION_HTTPS_MEM_DHPARAMS, #MHD_OPTION_HTTPS_CRED_TYPE,
2756 * #MHD_OPTION_HTTPS_PRIORITIES can be used. 2756 * #MHD_OPTION_HTTPS_PRIORITIES can be used.
2757 */ 2757 */
2758 MHD_FEATURE_TLS = 2,
2758 MHD_FEATURE_SSL = 2, 2759 MHD_FEATURE_SSL = 2,
2759 2760
2760 /** 2761 /**