]> granicus.if.org Git - curl/commit
mbedtls: enable NTLM (& SMB) even if MD4 support is unavailable
authorDan Fandrich <dan@coneharvesters.com>
Fri, 21 Apr 2017 20:33:17 +0000 (22:33 +0200)
committerDan Fandrich <dan@coneharvesters.com>
Fri, 21 Apr 2017 20:42:14 +0000 (22:42 +0200)
commit5f830eaba0b4c00dabf095cede048ddcea736d9d
treee51ffa0f24ef1a7041f4aff41a3c8fe0baf192bd
parent49eee28822f8eef78b736097711fb798daf3a12b
mbedtls: enable NTLM (& SMB) even if MD4 support is unavailable

In that case, use libcurl's internal MD4 routine. This fixes tests 1013
and 1014 which were failing due to configure assuming NTLM and SMB were
always available whenever mbed TLS was in use (which is now true).
lib/curl_md4.h
lib/curl_ntlm_core.c
lib/curl_setup.h
lib/md4.c