libmicrohttpd

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

commit 927c269733ce83f670603c106fa1abc0771f5cec
parent 5bd638aee20a542f9d388fa984fea31fb0cec750
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Sun, 28 Apr 2024 21:04:33 +0200

Fixed deprecation message when building the lib

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

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c @@ -9718,7 +9718,7 @@ MHD_is_feature_supported (enum MHD_FEATURE feature) #else return MHD_NO; #endif - case MHD_FEATURE_HTTPS_COOKIE_PARSING: + case MHD_FEATURE_COOKIE_PARSING: #if defined(COOKIE_SUPPORT) return MHD_YES; #else