diff options
| -rw-r--r-- | lib/http_digest.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/http_digest.c b/lib/http_digest.c index 3a0cd912c..29da90a13 100644 --- a/lib/http_digest.c +++ b/lib/http_digest.c @@ -71,7 +71,7 @@ CURLdigest Curl_input_digest(struct connectdata *conn,      while(more) {        char value[32];        char content[128]; -      int totlen=0; +      size_t totlen=0;        while(*header && isspace((int)*header))          header++; | 
