aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/daemon.c')
-rw-r--r--src/microhttpd/daemon.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index bb9daa52..29ce1ccc 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -8465,6 +8465,12 @@ MHD_is_feature_supported (enum MHD_FEATURE feature)
8465#else 8465#else
8466 return MHD_NO; 8466 return MHD_NO;
8467#endif 8467#endif
8468 case MHD_FEATURE_EXTERN_HASH:
8469#if defined(MHD_MD5_TLSLIB) || defined(MHD_SHA256_TLSLIB)
8470 return MHD_YES;
8471#else
8472 return MHD_NO;
8473#endif
8468 8474
8469 default: 8475 default:
8470 break; 8476 break;