aboutsummaryrefslogtreecommitdiff
path: root/doc/libmicrohttpd.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/libmicrohttpd.texi')
-rw-r--r--doc/libmicrohttpd.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libmicrohttpd.texi b/doc/libmicrohttpd.texi
index f86eacd9..57cdb000 100644
--- a/doc/libmicrohttpd.texi
+++ b/doc/libmicrohttpd.texi
@@ -3184,7 +3184,7 @@ Wrong ``URI'' (or URI parameters).
3184@item MHD_DAUTH_NONCE_STALE 3184@item MHD_DAUTH_NONCE_STALE
3185The ``nonce'' is too old. Suggest the client to retry with the same username and 3185The ``nonce'' is too old. Suggest the client to retry with the same username and
3186password to get the fresh ``nonce''. 3186password to get the fresh ``nonce''.
3187The validity of the 'nonce' may not be checked. 3187The validity of the ``nonce'' may not be checked.
3188 3188
3189@item MHD_DAUTH_NONCE_WRONG 3189@item MHD_DAUTH_NONCE_WRONG
3190The ``nonce'' is wrong. May indicate an attack attempt. 3190The ``nonce'' is wrong. May indicate an attack attempt.