gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 01/04: daemon: fixed compiler warning for non-TLS builds


From: gnunet
Subject: [libmicrohttpd] 01/04: daemon: fixed compiler warning for non-TLS builds
Date: Tue, 27 Dec 2022 14:21:42 +0100

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

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

    daemon: fixed compiler warning for non-TLS builds
---
 src/microhttpd/daemon.c | 1 +
 1 file changed, 1 insertion(+)

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,
     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:

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]