From eb88d778e751639d68d932b23a648e591bcc0ba8 Mon Sep 17 00:00:00 2001 From: Bill Nagel Date: Tue, 2 Dec 2014 13:21:52 -0500 Subject: ntlm: Use Windows Crypt API Allow the use of the Windows Crypt API for NTLMv1 functions. --- lib/config-win32.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/config-win32.h') 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 */ /* ---------------------------------------------------------------- */ -- cgit v1.2.3