]> git.ipfire.org Git - thirdparty/curl.git/commit
md4: No need for the NTLM code to call Curl_md4it() for each TLS library
authorSteve Holme <steve_holme@hotmail.com>
Sun, 14 Apr 2019 02:52:16 +0000 (03:52 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 4 Aug 2019 17:01:28 +0000 (18:01 +0100)
commit3d9685ee555ec1131a6fd72f00dd61cc104776d9
treeae16620f545cc071153e41038f3fdc0b83ca5419
parent2ff216f1b01e2b345e1b011ca5f72ef3a2ece954
md4: No need for the NTLM code to call Curl_md4it() for each TLS library

As the NTLM code no longer calls any of TLS libraries' specific MD4
functions, there is no need to call this function for each #ifdef.
lib/curl_ntlm_core.c