Skip to content
Snippets Groups Projects
Commit be29a370 authored by Wei Yongjun's avatar Wei Yongjun Committed by Namjae Jeon
Browse files

cifsd: fix build error without CONFIG_OID_REGISTRY


Fix build error when CONFIG_OID_REGISTRY is not set:

mips-linux-gnu-ld: fs/cifsd/asn1.o: in function `gssapi_this_mech':
asn1.c:(.text+0xaa0): undefined reference to `sprint_oid'
mips-linux-gnu-ld: fs/cifsd/asn1.o: in function `neg_token_init_mech_type':
asn1.c:(.text+0xbec): undefined reference to `sprint_oid'

Reported-by: default avatarHulk Robot <hulkci@huawei.com>
Signed-off-by: default avatarWei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: default avatarNamjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
parent eb817368
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment