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, 0 insertions, 1 deletions
diff --git a/src/microhttpd/digestauth.c b/src/microhttpd/digestauth.c
index 7d0719ba..4b4eac7c 100644
--- a/src/microhttpd/digestauth.c
+++ b/src/microhttpd/digestauth.c
@@ -1603,7 +1603,6 @@ calculate_add_nonce_with_retry (struct MHD_Connection *const connection,
1603 return false; 1603 return false;
1604 } 1604 }
1605 memcpy (nonce, nonce2, NONCE_STD_LEN (digest_size)); 1605 memcpy (nonce, nonce2, NONCE_STD_LEN (digest_size));
1606 mhd_assert (0 == nonce[NONCE_STD_LEN (digest_size)]);
1607 } 1606 }
1608 return true; 1607 return true;
1609} 1608}