diff options
Diffstat (limited to 'src/microhttpd/daemon.c')
-rw-r--r-- | src/microhttpd/daemon.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c index 3d96150d..fc7d4da3 100644 --- a/src/microhttpd/daemon.c +++ b/src/microhttpd/daemon.c | |||
@@ -8441,6 +8441,12 @@ MHD_is_feature_supported (enum MHD_FEATURE feature) | |||
8441 | #else | 8441 | #else |
8442 | return MHD_NO; | 8442 | return MHD_NO; |
8443 | #endif | 8443 | #endif |
8444 | case MHD_FEATURE_DIGEST_AUTH_SHA512_256: | ||
8445 | #ifdef DAUTH_SUPPORT | ||
8446 | return MHD_NO; | ||
8447 | #else | ||
8448 | return MHD_NO; | ||
8449 | #endif | ||
8444 | case MHD_FEATURE_DIGEST_AUTH_AUTH_INT: | 8450 | case MHD_FEATURE_DIGEST_AUTH_AUTH_INT: |
8445 | #ifdef DAUTH_SUPPORT | 8451 | #ifdef DAUTH_SUPPORT |
8446 | return MHD_NO; | 8452 | return MHD_NO; |