summaryrefslogtreecommitdiff
path: root/lib/vauth/ntlm.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vauth/ntlm.c')
-rw-r--r--lib/vauth/ntlm.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/vauth/ntlm.c b/lib/vauth/ntlm.c
index 6a8fc5ab3..7533f61a0 100644
--- a/lib/vauth/ntlm.c
+++ b/lib/vauth/ntlm.c
@@ -850,15 +850,15 @@ CURLcode Curl_auth_create_ntlm_type3_message(struct Curl_easy *data,
}
/*
-* Curl_auth_ntlm_cleanup()
-*
-* This is used to clean up the NTLM specific data.
-*
-* Parameters:
-*
-* ntlm [in/out] - The NTLM data struct being cleaned up.
-*
-*/
+ * Curl_auth_ntlm_cleanup()
+ *
+ * This is used to clean up the NTLM specific data.
+ *
+ * Parameters:
+ *
+ * ntlm [in/out] - The NTLM data struct being cleaned up.
+ *
+ */
void Curl_auth_ntlm_cleanup(struct ntlmdata *ntlm)
{
/* Free the target info */