aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-12-26 16:20:42 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-12-27 16:20:19 +0300
commita0cb931f0c158f27ed297ad04e0a3c267adca271 (patch)
tree382e08c3b8563347c1bca6def4dec782d59e586f
parentfc848aaff3711b3ed28f789b85b1fecd20b794d5 (diff)
downloadlibmicrohttpd-a0cb931f0c158f27ed297ad04e0a3c267adca271.tar.gz
libmicrohttpd-a0cb931f0c158f27ed297ad04e0a3c267adca271.zip
daemon: fixed compiler warning for non-TLS builds
-rw-r--r--src/microhttpd/daemon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 9a9367bd..c98e0b09 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -6856,6 +6856,7 @@ parse_options_va (struct MHD_Daemon *daemon,
6856 case MHD_OPTION_HTTPS_MEM_CERT: 6856 case MHD_OPTION_HTTPS_MEM_CERT:
6857 case MHD_OPTION_HTTPS_CRED_TYPE: 6857 case MHD_OPTION_HTTPS_CRED_TYPE:
6858 case MHD_OPTION_HTTPS_PRIORITIES: 6858 case MHD_OPTION_HTTPS_PRIORITIES:
6859 case MHD_OPTION_HTTPS_PRIORITIES_APPEND:
6859 case MHD_OPTION_HTTPS_MEM_TRUST: 6860 case MHD_OPTION_HTTPS_MEM_TRUST:
6860 case MHD_OPTION_HTTPS_CERT_CALLBACK: 6861 case MHD_OPTION_HTTPS_CERT_CALLBACK:
6861 case MHD_OPTION_HTTPS_MEM_DHPARAMS: 6862 case MHD_OPTION_HTTPS_MEM_DHPARAMS: