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 8f04bf38..0cd0219f 100644
--- a/src/microhttpd/digestauth.c
+++ b/src/microhttpd/digestauth.c
@@ -1057,6 +1057,7 @@ digest_auth_check_all (struct MHD_Connection *connection,
1057 else 1057 else
1058 { 1058 {
1059 /* This will initialize da->sessionkey (ha1) */ 1059 /* This will initialize da->sessionkey (ha1) */
1060 mhd_assert (NULL != password); /* NULL == digest => password != NULL */
1060 digest_calc_ha1_from_user (da->alg, 1061 digest_calc_ha1_from_user (da->alg,
1061 username, 1062 username,
1062 realm, 1063 realm,