aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/digestauth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/digestauth.c')
-rw-r--r--src/microhttpd/digestauth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/digestauth.c b/src/microhttpd/digestauth.c
index 0127a6d7..b1add8fc 100644
--- a/src/microhttpd/digestauth.c
+++ b/src/microhttpd/digestauth.c
@@ -153,7 +153,7 @@
153#define _MHD_SHA512_256_TOKEN "SHA-512-256" 153#define _MHD_SHA512_256_TOKEN "SHA-512-256"
154 154
155/** 155/**
156 * The postfix token for "session" algorithms. 156 * The suffix token for "session" algorithms.
157 */ 157 */
158#define _MHD_SESS_TOKEN "-sess" 158#define _MHD_SESS_TOKEN "-sess"
159 159