libmicrohttpd

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

commit a01de4d7361a44f73edfa70628176fb086885119
parent f5393bb0dd995c9d42c821ca16bd0fe4601e8e04
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Tue, 12 Apr 2016 21:52:36 +0000

digestauth.c: removed unused variable

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

diff --git a/src/microhttpd/digestauth.c b/src/microhttpd/digestauth.c @@ -554,7 +554,6 @@ MHD_digest_auth_check (struct MHD_Connection *connection, { size_t len; const char *header; - char *end; char nonce[MAX_NONCE_LENGTH]; char cnonce[MAX_NONCE_LENGTH]; char qop[15]; /* auth,auth-int */