aboutsummaryrefslogtreecommitdiff
path: root/lib/curl_sasl.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/curl_sasl.h')
-rw-r--r--lib/curl_sasl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/curl_sasl.h b/lib/curl_sasl.h
index f1b104f30..572eaed74 100644
--- a/lib/curl_sasl.h
+++ b/lib/curl_sasl.h
@@ -56,7 +56,7 @@ CURLcode Curl_sasl_create_ntlm_type1_message(const char *userp,
/* This is used to decode an incoming NTLM type-2 message and generate a
base64 encoded type-3 response */
CURLcode Curl_sasl_decode_ntlm_type2_message(struct SessionHandle *data,
- const char *type2msg,
+ const char *header,
const char *userp,
const char *passwdp,
struct ntlmdata *ntlm,