gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 17/20: digestauth: minor comment correction


From: gnunet
Subject: [libmicrohttpd] 17/20: digestauth: minor comment correction
Date: Mon, 15 Aug 2022 20:38:43 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 451b0d9f24b9ba83a171608dbb96709d8455ec15
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Mon Aug 15 20:18:53 2022 +0300

    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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]