Fixed deprecation message when building the lib

This commit is contained in:
Evgeny Grin (Karlson2k)
2024-04-28 21:04:33 +02:00
parent 5bd638aee2
commit 927c269733
+1 -1
View File
@@ -9718,7 +9718,7 @@ MHD_is_feature_supported (enum MHD_FEATURE feature)
#else #else
return MHD_NO; return MHD_NO;
#endif #endif
case MHD_FEATURE_HTTPS_COOKIE_PARSING: case MHD_FEATURE_COOKIE_PARSING:
#if defined(COOKIE_SUPPORT) #if defined(COOKIE_SUPPORT)
return MHD_YES; return MHD_YES;
#else #else