]> granicus.if.org Git - curl/commitdiff
ntlm: remove USE_WIN32_CRYPTO check to get USE_NTLM2SESSION set
authorChristian Schmitz <support@monkeybreadsoftware.de>
Tue, 26 Mar 2019 08:53:03 +0000 (09:53 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 26 Mar 2019 15:32:14 +0000 (16:32 +0100)
Closes #3704

lib/curl_ntlm_core.h

index 07ef5deae9b1e4044dff88cf60e3fc36a62590af..9afb514bba7b83e6f18d61c10ea8fb308ab0e921 100644 (file)
@@ -50,7 +50,7 @@
 /* Define USE_NTLM2SESSION in order to make the type-3 message include the
    NTLM2Session response message, requires USE_NTRESPONSES defined to 1 and a
    Crypto engine that we have curl_ssl_md5sum() for. */
-#if defined(USE_NTRESPONSES) && !defined(USE_WIN32_CRYPTO)
+#if defined(USE_NTRESPONSES)
 #define USE_NTLM2SESSION
 #endif