Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 362d3129 authored by Steve French's avatar Steve French
Browse files

[CIFS] fs/cifs/Kconfig: CIFS depends on CRYPTO_HMAC



linux-2.6.37-rc1: I compiled a kernel with CIFS which subsequently
failed with an error indicating it couldn't initialize crypto module
"hmacmd5".  CONFIG_CRYPTO_HMAC=y fixed the problem.

This patch makes CIFS depend on CRYPTO_HMAC in kconfig.

Signed-off-by: default avatarJody <Bruchon&lt;jody@nctritech.com>
CC: Shirish Pargaonkar <shirishp@us.ibm.com>
Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent 59c55ba1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ config CIFS
	select NLS
	select CRYPTO
	select CRYPTO_MD5
	select CRYPTO_HMAC
	select CRYPTO_ARC4
	help
	  This is the client VFS module for the Common Internet File System