From ff85571115ccda9aee599e11e80738e06f57fa36 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 20 Dec 2025 12:23:21 +0100 Subject: [PATCH] curl_ntlm_core: drop unused OpenSSL/wolfSSL headers `openssl/rand.h` and `openssl/ssl.h`. Closes #20048 --- lib/curl_ntlm_core.c | 4 ---- 1 file changed, 4 deletions(-) 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