summaryrefslogtreecommitdiff
path: root/src/libgit2/transports/auth_ntlm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libgit2/transports/auth_ntlm.h')
-rw-r--r--src/libgit2/transports/auth_ntlm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libgit2/transports/auth_ntlm.h b/src/libgit2/transports/auth_ntlm.h
index 2bf8f41f6..33406ae94 100644
--- a/src/libgit2/transports/auth_ntlm.h
+++ b/src/libgit2/transports/auth_ntlm.h
@@ -5,15 +5,15 @@
* a Linking Exception. For full terms see the included COPYING file.
*/
-#ifndef INCLUDE_transports_auth_ntlmclient_h__
-#define INCLUDE_transports_auth_ntlmclient_h__
+#ifndef INCLUDE_transports_auth_ntlm_h__
+#define INCLUDE_transports_auth_ntlm_h__
#include "auth.h"
/* NTLM requires a full request/challenge/response */
#define GIT_AUTH_STEPS_NTLM 2
-#ifdef GIT_NTLM
+#if defined(GIT_NTLM) || defined(GIT_WIN32)
#if defined(GIT_OPENSSL)
# define CRYPT_OPENSSL