aboutsummaryrefslogtreecommitdiff
path: root/lib/config-win32.h
diff options
context:
space:
mode:
authorBill Nagel <wnagel@tycoint.com>2014-12-02 13:21:52 -0500
committerSteve Holme <steve_holme@hotmail.com>2014-12-07 18:32:59 +0000
commiteb88d778e751639d68d932b23a648e591bcc0ba8 (patch)
tree55280cb7cc81c7010a427f14bbdd6463e581e143 /lib/config-win32.h
parent2adf294602a0660cb3d59ac710919bca63fdc33b (diff)
ntlm: Use Windows Crypt API
Allow the use of the Windows Crypt API for NTLMv1 functions.
Diffstat (limited to 'lib/config-win32.h')
-rw-r--r--lib/config-win32.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/config-win32.h b/lib/config-win32.h
index 684da7ae5..ba3e7a708 100644
--- a/lib/config-win32.h
+++ b/lib/config-win32.h
@@ -699,6 +699,9 @@
# define CURL_DISABLE_LDAP 1
#endif
+/* Define to use the Windows crypto library. */
+#define USE_WIN32_CRYPTO
+
/* ---------------------------------------------------------------- */
/* ADDITIONAL DEFINITIONS */
/* ---------------------------------------------------------------- */