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
This commit is contained in:
MAntoniak 2021-07-16 17:21:02 +02:00 committed by Daniel Stenberg
parent 30f9ce2301
commit d84fb30681
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
2 changed files with 0 additions and 5 deletions

View File

@ -86,7 +86,6 @@
#elif defined(USE_MBEDTLS)
# include <mbedtls/des.h>
# include "curl_md4.h"
#elif defined(USE_SECTRANSP)

View File

@ -659,10 +659,6 @@ int netware_init(void);
defined(USE_OS400CRYPTO) || defined(USE_WIN32_CRYPTO) || \
(defined(USE_WOLFSSL) && defined(HAVE_WOLFSSL_DES_ECB_ENCRYPT))
# define USE_CURL_NTLM_CORE
# if defined(USE_MBEDTLS)
/* Get definition of MBEDTLS_MD4_C */
# include <mbedtls/md4.h>
# endif
# endif
# if defined(USE_CURL_NTLM_CORE) || defined(USE_WINDOWS_SSPI)
# define USE_NTLM