vauth/ntlm.h: fix the #ifdef header guard

Detected by lgtm.com
This commit is contained in:
Daniel Stenberg 2018-03-20 14:28:38 +01:00
parent 712c916d94
commit d7f0d2b823
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 4 additions and 4 deletions

View 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
@ -140,4 +140,4 @@
#endif /* USE_NTLM */
#endif /* HEADER_CURL_NTLM_H */
#endif /* HEADER_VAUTH_NTLM_H */