mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
Fixed deprecation message when building the lib
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user