mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
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: ce812992f2 ("ksmbd: remove NTLMv1 authentication")
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
This commit is contained in:
parent
ed91d80242
commit
c5e640fe34
|
|
@ -24,7 +24,6 @@
|
|||
|
||||
#include <linux/fips.h>
|
||||
#include <crypto/arc4.h>
|
||||
#include <crypto/des.h>
|
||||
|
||||
#include "server.h"
|
||||
#include "smb_common.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user