summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2019-05-09 04:51:54 +0100
committerSteve Holme <steve_holme@hotmail.com>2019-05-11 22:25:55 +0100
commit407408f376737f3789b612288814f41cc62f5ace (patch)
tree29b1bb302f01bb25a3e6b4fa9525cecc3474404c
parent5c2aebe308e459d2ca8fad29bde7885190ffe262 (diff)
downloadcurl-407408f376737f3789b612288814f41cc62f5ace.tar.gz
http_ntlm: Corrected the name of the include guard
Missed in f0bdd72c. Closes #3867
-rw-r--r--lib/http_ntlm.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/http_ntlm.h b/lib/http_ntlm.h
index d186bbe37..babf8e003 100644
--- a/lib/http_ntlm.h
+++ b/lib/http_ntlm.h
@@ -1,5 +1,5 @@
-#ifndef HEADER_CURL_NTLM_H
-#define HEADER_CURL_NTLM_H
+#ifndef HEADER_CURL_HTTP_NTLM_H
+#define HEADER_CURL_HTTP_NTLM_H
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
@@ -7,7 +7,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -37,4 +37,4 @@ void Curl_http_ntlm_cleanup(struct connectdata *conn);
#endif /* !CURL_DISABLE_HTTP && USE_NTLM */
-#endif /* HEADER_CURL_NTLM_H */
+#endif /* HEADER_CURL_HTTP_NTLM_H */