diff --git a/lib/curl_ntlm_core.c b/lib/curl_ntlm_core.c index 88ad5596f6..14a9b3d0c8 100644 --- a/lib/curl_ntlm_core.c +++ b/lib/curl_ntlm_core.c @@ -69,8 +69,6 @@ #ifdef USE_OPENSSL # include -# include -# include # ifdef OPENSSL_IS_AWSLC /* for versions 1.2.0 to 1.30.1 */ # define DES_set_key_unchecked (void)DES_set_key # endif @@ -78,8 +76,6 @@ #else # include # include -# include -# include # ifdef OPENSSL_COEXIST # define DES_key_schedule WOLFSSL_DES_key_schedule # define DES_cblock WOLFSSL_DES_cblock