Commit bd223110 authored by Steve Holme's avatar Steve Holme
Browse files

config-win32.h: Don't enable Windows Crypt API if using OpenSSL

As the OpenSSL and NSS Crypto engines are prefered by the core NTLM
routines, to the Windows Crypt API, don't define USE_WIN32_CRYPT
automatically when either OpenSSL or NSS are in use - doing so would
disable NTLM2Session responses in NTLM type-3 messages.
parent 8a4ce7d0
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -700,7 +700,9 @@
#endif
#endif


/* Define to use the Windows crypto library. */
/* Define to use the Windows crypto library. */
#if !defined(USE_SSLEAY) && !defined(USE_NSS)
#define USE_WIN32_CRYPTO
#define USE_WIN32_CRYPTO
#endif


/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/*                       ADDITIONAL DEFINITIONS                     */
/*                       ADDITIONAL DEFINITIONS                     */