aboutsummaryrefslogtreecommitdiff
path: root/lib/http_ntlm.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/http_ntlm.c')
-rw-r--r--lib/http_ntlm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/http_ntlm.c b/lib/http_ntlm.c
index e50ace100..2dda4d069 100644
--- a/lib/http_ntlm.c
+++ b/lib/http_ntlm.c
@@ -218,8 +218,8 @@ static void print_hex(FILE *handle, const char *buf, size_t len)
CURLntlm Curl_input_ntlm(struct connectdata *conn,
bool proxy, /* if proxy or not */
- char *header) /* rest of the www-authenticate:
- header */
+ const char *header) /* rest of the www-authenticate:
+ header */
{
/* point to the correct struct with this */
struct ntlmdata *ntlm;