Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
USE_WIN32_CRYPTO check removed to get USE_NTLM2SESSION set.
  • Loading branch information
MonkeybreadSoftware committed Mar 26, 2019
1 parent f5bc578 commit fab23df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/curl_ntlm_core.h
Expand Up @@ -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

Expand Down

0 comments on commit fab23df

Please sign in to comment.