summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-03-20 14:28:38 +0100
committerDaniel Stenberg <daniel@haxx.se>2018-03-20 15:00:09 +0100
commitd7f0d2b8235d4988fd0ee044ce37f697a842ffa5 (patch)
treedf9bbbba577f7e3fa89816b65c0082fee0a28469
parent712c916d94d92ec7cc52b938f737d96060484f61 (diff)
downloadcurl-d7f0d2b8235d4988fd0ee044ce37f697a842ffa5.tar.gz
vauth/ntlm.h: fix the #ifdef header guard
Detected by lgtm.com
-rw-r--r--lib/vauth/ntlm.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/vauth/ntlm.h b/lib/vauth/ntlm.h
index f906a3c7a..1136b0f8d 100644
--- a/lib/vauth/ntlm.h
+++ b/lib/vauth/ntlm.h
@@ -1,5 +1,5 @@
-#ifndef HEADER_CURL_NTLM_H
-#define HEADER_CURL_NTLM_H
+#ifndef HEADER_VAUTH_NTLM_H
+#define HEADER_VAUTH_NTLM_H
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
@@ -7,7 +7,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2018, 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
@@ -140,4 +140,4 @@
#endif /* USE_NTLM */
-#endif /* HEADER_CURL_NTLM_H */
+#endif /* HEADER_VAUTH_NTLM_H */