]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
[CIFS] fs/cifs/Kconfig: CIFS depends on CRYPTO_HMAC
authorSteve French <sfrench@us.ibm.com>
Sun, 14 Nov 2010 03:34:30 +0000 (03:34 +0000)
committerSteve French <sfrench@us.ibm.com>
Sun, 14 Nov 2010 03:34:30 +0000 (03:34 +0000)
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: Jody Bruchon<jody@nctritech.com>
CC: Shirish Pargaonkar <shirishp@us.ibm.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/Kconfig

index 0ed213970cede228e097a04eec99c94ce97a6146..3bdbfb026b6b83b2c490a2217f4d24d714b8f832 100644 (file)
@@ -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