diff options
author | Steve French <smfrench@gmail.com> | 2021-05-20 19:56:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-20 19:56:08 -0500 |
commit | 4ead0568f798b92f220f0063aaf1299be37a100c (patch) | |
tree | a4355d0cf1828a895418aaa127e91282be675ebd | |
parent | 8b42d863889a20c39ae6b2130052503237690572 (diff) | |
parent | be29a3709b89374c6ae287b19dd651a8c0f10b8a (diff) |
Merge pull request #49 from namjaejeon/cifsd-for-next
cifsd-fixes
-rw-r--r-- | fs/cifsd/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/cifsd/Kconfig b/fs/cifsd/Kconfig index 5316b1035fbe..e6448b04f46e 100644 --- a/fs/cifsd/Kconfig +++ b/fs/cifsd/Kconfig @@ -18,6 +18,7 @@ config SMB_SERVER select CRYPTO_CCM select CRYPTO_GCM select ASN1 + select OID_REGISTRY default n help Choose Y here if you want to allow SMB3 compliant clients |