Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit 47bfd70

Browse files
bgilbertJenkins OS
authored andcommitted
cifs: Select all required crypto modules
Some dependencies were lost when CIFS_SMB2 was merged into CIFS. Fixes: 2a38e12 ("[SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferred") Signed-off-by: Benjamin Gilbert <[email protected]>
1 parent 5f6ef48 commit 47bfd70

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

fs/cifs/Kconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ config CIFS
55
select CRYPTO
66
select CRYPTO_MD4
77
select CRYPTO_MD5
8+
select CRYPTO_SHA256
9+
select CRYPTO_CMAC
810
select CRYPTO_HMAC
911
select CRYPTO_ARC4
12+
select CRYPTO_AEAD2
13+
select CRYPTO_CCM
1014
select CRYPTO_ECB
15+
select CRYPTO_AES
1116
select CRYPTO_DES
1217
help
1318
This is the client VFS module for the SMB3 family of NAS protocols,

0 commit comments

Comments
 (0)