libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit a0cb931f0c158f27ed297ad04e0a3c267adca271
parent fc848aaff3711b3ed28f789b85b1fecd20b794d5
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Mon, 26 Dec 2022 16:20:42 +0300

daemon: fixed compiler warning for non-TLS builds

Diffstat:
Msrc/microhttpd/daemon.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c @@ -6856,6 +6856,7 @@ parse_options_va (struct MHD_Daemon *daemon, case MHD_OPTION_HTTPS_MEM_CERT: case MHD_OPTION_HTTPS_CRED_TYPE: case MHD_OPTION_HTTPS_PRIORITIES: + case MHD_OPTION_HTTPS_PRIORITIES_APPEND: case MHD_OPTION_HTTPS_MEM_TRUST: case MHD_OPTION_HTTPS_CERT_CALLBACK: case MHD_OPTION_HTTPS_MEM_DHPARAMS: