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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/digestauth.c b/src/microhttpd/digestauth.c
index 649fef62..04c9f22a 100644
--- a/src/microhttpd/digestauth.c
+++ b/src/microhttpd/digestauth.c
@@ -1212,7 +1212,7 @@ MHD_digest_auth_check (struct MHD_Connection *connection,
1212 da.sessionkey = skey.sha256; \ 1212 da.sessionkey = skey.sha256; \
1213 da.init = &MHD_SHA256_init; \ 1213 da.init = &MHD_SHA256_init; \
1214 da.update = &MHD_SHA256_update; \ 1214 da.update = &MHD_SHA256_update; \
1215 da.digest = &sha256_finish; \ 1215 da.digest = &MHD_SHA256_finish; \
1216 break; \ 1216 break; \
1217 default: \ 1217 default: \
1218 mhd_assert (false); \ 1218 mhd_assert (false); \