aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/digestauth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/digestauth.c')
-rw-r--r--src/microhttpd/digestauth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/microhttpd/digestauth.c b/src/microhttpd/digestauth.c
index 04c9f22a..aaed170e 100644
--- a/src/microhttpd/digestauth.c
+++ b/src/microhttpd/digestauth.c
@@ -1215,6 +1215,7 @@ MHD_digest_auth_check (struct MHD_Connection *connection,
1215 da.digest = &MHD_SHA256_finish; \ 1215 da.digest = &MHD_SHA256_finish; \
1216 break; \ 1216 break; \
1217 default: \ 1217 default: \
1218 da.digest_size = 0; \
1218 mhd_assert (false); \ 1219 mhd_assert (false); \
1219 break; \ 1220 break; \
1220 } \ 1221 } \