aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 876c666c..670a990d 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -4603,7 +4603,7 @@ struct MHD_DigestAuthInfo
4603 * The length of the 'cnonce' parameter value, including possible 4603 * The length of the 'cnonce' parameter value, including possible
4604 * backslash-escape characters. 4604 * backslash-escape characters.
4605 * 'cnonce' is used in hash calculation, which is CPU-intensive procedure. 4605 * 'cnonce' is used in hash calculation, which is CPU-intensive procedure.
4606 * An applicaion may want to reject too large cnonces to limit the CPU load. 4606 * An application may want to reject too large cnonces to limit the CPU load.
4607 * A few kilobytes is a reasonable limit, typically cnonce is just 32-160 4607 * A few kilobytes is a reasonable limit, typically cnonce is just 32-160
4608 * characters long. 4608 * characters long.
4609 */ 4609 */