commit | 19a514237d5ebc8ad800883b9a12fc56de1c01c6 | [log] [tgz] |
---|---|---|
author | Steve Holme <steve_holme@hotmail.com> | Sun Apr 06 12:46:53 2014 +0100 |
committer | Steve Holme <steve_holme@hotmail.com> | Sun Apr 06 13:01:14 2014 +0100 |
tree | 20a743f09b65040dece311e7f107bf987ad88201 | |
parent | 607883f13cedae4badfb4124a85cae2635f14c2c [diff] |
sasl: Corrected pre-processor inclusion of SSPI based DIGEST-MD5 code When CURL_DISABLE_CRYPTO_AUTH is defined the DIGEST-MD5 code should not be included, regardless of whether USE__WINDOWS_SSPI is defined or not. This is indicated by the definition of USE_HTTP_NEGOTIATE and USE_NTLM in curl_setup.h.