public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fs/cifs/Kconfig: CIFS depends on CRYPTO_HMAC
@ 2010-11-12 18:41 Jody Bruchon
  0 siblings, 0 replies; 2+ messages in thread
From: Jody Bruchon @ 2010-11-12 18:41 UTC (permalink / raw)
  To: linux-kernel

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>
---

diff -Naur linux-2.6.37-rc1/fs/cifs/Kconfig b/fs/cifs/Kconfig
--- linux-2.6.37-rc1/fs/cifs/Kconfig    2010-11-12 13:22:31.742999981 -0500
+++ b/fs/cifs/Kconfig    2010-11-12 13:22:27.528998658 -0500
@@ -4,6 +4,7 @@
      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



^ permalink raw reply	[flat|nested] 2+ messages in thread
[parent not found: <4CDEF060.2050000@nctritech.com>]

end of thread, other threads:[~2010-11-14  3:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-12 18:41 [PATCH] fs/cifs/Kconfig: CIFS depends on CRYPTO_HMAC Jody Bruchon
     [not found] <4CDEF060.2050000@nctritech.com>
2010-11-14  3:37 ` Steve French

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox