aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/microhttpd/digestauth.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/microhttpd/digestauth.c b/src/microhttpd/digestauth.c
index d4781406..9a9d9e6a 100644
--- a/src/microhttpd/digestauth.c
+++ b/src/microhttpd/digestauth.c
@@ -554,7 +554,6 @@ MHD_digest_auth_check (struct MHD_Connection *connection,
554{ 554{
555 size_t len; 555 size_t len;
556 const char *header; 556 const char *header;
557 char *end;
558 char nonce[MAX_NONCE_LENGTH]; 557 char nonce[MAX_NONCE_LENGTH];
559 char cnonce[MAX_NONCE_LENGTH]; 558 char cnonce[MAX_NONCE_LENGTH];
560 char qop[15]; /* auth,auth-int */ 559 char qop[15]; /* auth,auth-int */