From c5e640fe346177372ff4a51a45b01fcd48c29207 Mon Sep 17 00:00:00 2001 From: Namjae Jeon Date: Thu, 20 Aug 2026 16:43:15 +0900 Subject: [PATCH] smb: server: remove unused DES crypto header The DES crypto header is no longer used after the removal of NTLMv1 authentication. Remove it now that the server no longer selects CRYPTO_LIB_DES. Fixes: ce812992f239 ("ksmbd: remove NTLMv1 authentication") Signed-off-by: Namjae Jeon --- fs/smb/server/auth.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/smb/server/auth.c b/fs/smb/server/auth.c index 9f3151a9f379..5ec43e32de3e 100644 --- a/fs/smb/server/auth.c +++ b/fs/smb/server/auth.c @@ -24,7 +24,6 @@ #include #include -#include #include "server.h" #include "smb_common.h"