]> granicus.if.org Git - curl/commitdiff
vauth/ntlm.h: fix the #ifdef header guard
authorDaniel Stenberg <daniel@haxx.se>
Tue, 20 Mar 2018 13:28:38 +0000 (14:28 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 20 Mar 2018 14:00:09 +0000 (15:00 +0100)
Detected by lgtm.com

lib/vauth/ntlm.h

index f906a3c7a7c941453d31689754f5b0e664bc929e..1136b0f8d36cb7e963042898eff6d4155a1c21c4 100644 (file)
@@ -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
 
 #endif /* USE_NTLM */
 
-#endif /* HEADER_CURL_NTLM_H */
+#endif /* HEADER_VAUTH_NTLM_H */