projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4572f05
)
cifs: Select all required crypto modules
author
Benjamin Gilbert
<
[email protected]
>
Thu, 19 Oct 2017 20:09:29 +0000
(13:09 -0700)
committer
Steve French
<
[email protected]
>
Wed, 25 Oct 2017 17:57:50 +0000
(12:57 -0500)
Some dependencies were lost when CIFS_SMB2 was merged into CIFS.
Fixes: 2a38e12053b7 ("[SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferred")
Signed-off-by: Benjamin Gilbert <
[email protected]
>
Reviewed-by: Aurelien Aptel <
[email protected]
>
CC: Stable <
[email protected]
>
Signed-off-by: Steve French <
[email protected]
>
fs/cifs/Kconfig
patch
|
blob
|
history
diff --git
a/fs/cifs/Kconfig
b/fs/cifs/Kconfig
index f7243617316c072b71817fe951532c758b8de064..d5b2e12b5d02212046f0a7b816550737cc3b45af 100644
(file)
--- a/
fs/cifs/Kconfig
+++ b/
fs/cifs/Kconfig
@@
-5,9
+5,14
@@
config CIFS
select CRYPTO
select CRYPTO_MD4
select CRYPTO_MD5
+ select CRYPTO_SHA256
+ select CRYPTO_CMAC
select CRYPTO_HMAC
select CRYPTO_ARC4
+ select CRYPTO_AEAD2
+ select CRYPTO_CCM
select CRYPTO_ECB
+ select CRYPTO_AES
select CRYPTO_DES
help
This is the client VFS module for the SMB3 family of NAS protocols,