]> granicus.if.org Git - curl/commit
mbedtls: switch off NTLM in build if md4 isn't available
authorTony Kelman <tony@kelman.net>
Mon, 12 Sep 2016 04:16:30 +0000 (21:16 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 12 Sep 2016 21:08:10 +0000 (23:08 +0200)
commit665694979b6291857861d9d96ecea69490f24fa8
tree1fa8f7022195a80ea4996447252ed82c440a31c4
parent511838f1d803f926156a99022ac2a715dbd541b4
mbedtls: switch off NTLM in build if md4 isn't available

NTLM support with mbedTLS was added in 497e7c9 but requires that mbedTLS
is built with the MD4 functions available, which it isn't in default
builds. This now adapts if the funtion isn't there and builds libcurl
without NTLM support if so.

Fixes #1004
lib/curl_setup.h