aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 97db942f..0ce0b0c8 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -209,8 +209,8 @@ enum MHD_ConnectionEventLoopInfo
209#define MHD_TEST_ALLOW_SUSPEND_RESUME 8192 209#define MHD_TEST_ALLOW_SUSPEND_RESUME 8192
210 210
211/** 211/**
212 * Maximum length of a nonce in digest authentication. 32(MD5 Hex) + 212 * Maximum length of a nonce in digest authentication. 64(SHA-256 Hex) +
213 * 8(Timestamp Hex) + 1(NULL); hence 41 should suffice, but Opera 213 * 8(Timestamp Hex) + 1(NULL); hence 73 should suffice, but Opera
214 * (already) takes more (see Mantis #1633), so we've increased the 214 * (already) takes more (see Mantis #1633), so we've increased the
215 * value to support something longer... 215 * value to support something longer...
216 */ 216 */