aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/digestauth.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-04-15 00:32:29 +0200
committerChristian Grothoff <christian@grothoff.org>2019-04-15 00:32:29 +0200
commit47a862a9be2e2d58adc7ac6c5bd95bcbed057299 (patch)
tree9fb0bff5f149fa8517d40b66b878bf00a91bcc10 /src/microhttpd/digestauth.c
parent3ab54c6b3b03a23b5bb67085b91c3b5af56aed83 (diff)
downloadlibmicrohttpd-47a862a9be2e2d58adc7ac6c5bd95bcbed057299.tar.gz
libmicrohttpd-47a862a9be2e2d58adc7ac6c5bd95bcbed057299.zip
make Tim happy
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,