libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 50828ba77d316daf88acda15ec22f05d75a2d273
parent 5866b68fa7440cbbe39d1e06c310b3be8debf85e
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Fri, 22 Jul 2022 13:21:50 +0300

digestauth: term correction in comment

Diffstat:
Msrc/microhttpd/digestauth.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/digestauth.c b/src/microhttpd/digestauth.c @@ -153,7 +153,7 @@ #define _MHD_SHA512_256_TOKEN "SHA-512-256" /** - * The postfix token for "session" algorithms. + * The suffix token for "session" algorithms. */ #define _MHD_SESS_TOKEN "-sess"