commit 451b0d9f24b9ba83a171608dbb96709d8455ec15
parent e16789ef4fb8d55de9e00c4fbebd88461acae8d5
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Mon, 15 Aug 2022 20:18:53 +0300
digestauth: minor comment correction
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/microhttpd/digestauth.c b/src/microhttpd/digestauth.c
@@ -1355,7 +1355,7 @@ calculate_nonce (uint64_t nonce_time,
{
uint8_t timestamp[TIMESTAMP_BIN_SIZE];
/* If the nonce_time is milliseconds, then the same 48 bit value will repeat
- * every 8 925 years, which is more than enough to mitigate a replay attack */
+ * every 8 919 years, which is more than enough to mitigate a replay attack */
#if TIMESTAMP_BIN_SIZE != 6
#error The code needs to be updated here
#endif