]> git.ipfire.org Git - thirdparty/curl.git/commit
mbedtls: Remove unnecessary include
authorMAntoniak <47522782+MAntoniak@users.noreply.github.com>
Fri, 16 Jul 2021 15:21:02 +0000 (17:21 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 16 Jul 2021 21:45:50 +0000 (23:45 +0200)
commitd84fb306810f63bf3cbd08dffa58381735e495c9
tree3498d27fa8bdf48fc8cc9100cfc976a02f4c30d7
parent30f9ce230171d7f5ec40728954c371076f74c2ab
mbedtls: Remove unnecessary include

- curl_setup.h: all references to mbedtls_md4* functions and structures
  are in the md4.c. This file already includes the <mbedtls/md4.h> file
  along with the file existence control (defined (MBEDTLS_MD4_C))

- curl_ntlm_core.c: unnecessary include - repeated below

Closes #7419
lib/curl_ntlm_core.c
lib/curl_setup.h