From: Jody Bruchon <jody@nctritech.com>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] fs/cifs/Kconfig: CIFS depends on CRYPTO_HMAC
Date: Fri, 12 Nov 2010 13:41:06 -0500 [thread overview]
Message-ID: <4CDD8A42.6010401@nctritech.com> (raw)
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
next reply other threads:[~2010-11-12 18:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-12 18:41 Jody Bruchon [this message]
-- strict thread matches above, loose matches on Subject: below --
2010-11-13 20:09 [PATCH] fs/cifs/Kconfig: CIFS depends on CRYPTO_HMAC Jody Bruchon
[not found] ` <4CDEF060.2050000-CwlhuK3P8e+1Z/+hSey0Gg@public.gmane.org>
2010-11-14 3:37 ` Steve French
2010-11-14 3:37 ` Steve French
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4CDD8A42.6010401@nctritech.com \
--to=jody@nctritech.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.