digestauth: minor comment correction

This commit is contained in:
Evgeny Grin (Karlson2k)
2022-08-15 21:37:50 +03:00
parent e16789ef4f
commit 451b0d9f24
+1 -1
View File
@@ -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