]> granicus.if.org Git - curl/commitdiff
http_ntlm: Corrected the name of the include guard
authorSteve Holme <steve_holme@hotmail.com>
Thu, 9 May 2019 03:51:54 +0000 (04:51 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 11 May 2019 21:25:55 +0000 (22:25 +0100)
Missed in f0bdd72c.

Closes #3867

lib/http_ntlm.h

index d186bbe3707f9f56a9ade0ab33cecc083cf5b2f2..babf8e003f86628f077adbe732c0bf96e32aa23e 100644 (file)
@@ -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 */