From 451b0d9f24b9ba83a171608dbb96709d8455ec15 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Mon, 15 Aug 2022 20:18:53 +0300 Subject: digestauth: minor comment correction --- src/microhttpd/digestauth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/microhttpd/digestauth.c b/src/microhttpd/digestauth.c index ba112bd6..eddfa937 100644 --- 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 -- cgit v1.2.3