diff options
author | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2022-07-22 13:21:50 +0300 |
---|---|---|
committer | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2022-07-25 16:20:49 +0300 |
commit | 50828ba77d316daf88acda15ec22f05d75a2d273 (patch) | |
tree | 4112fa5d50bc3e6015f91581fe33c323656ed20a | |
parent | 5866b68fa7440cbbe39d1e06c310b3be8debf85e (diff) | |
download | libmicrohttpd-50828ba77d316daf88acda15ec22f05d75a2d273.tar.gz libmicrohttpd-50828ba77d316daf88acda15ec22f05d75a2d273.zip |
digestauth: term correction in comment
-rw-r--r-- | src/microhttpd/digestauth.c | 2 |
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 | ||