On 01/31/2011 07:11 PM, Jeff Layton wrote:
> Recently CIFS was changed to use the kernel crypto API for MD4 hashes,
> but the Kconfig dependencies were not changed to reflect this.
> 
> Signed-off-by: Jeff Layton <[email protected]>
> Reported-by: Suresh Jayaraman <[email protected]>
> ---
>  fs/cifs/Kconfig |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)

The patch fixed the problem for me.

Reported-and-Tested-by: Suresh Jayaraman <[email protected]>

> diff --git a/fs/cifs/Kconfig b/fs/cifs/Kconfig
> index 27917a5..023d11b 100644
> --- a/fs/cifs/Kconfig
> +++ b/fs/cifs/Kconfig
> @@ -3,6 +3,7 @@ config CIFS
>       depends on INET
>       select NLS
>       select CRYPTO
> +     select CRYPTO_MD4
>       select CRYPTO_MD5
>       select CRYPTO_HMAC
>       select CRYPTO_ARC4

--
To unsubscribe from this list: send the line "unsubscribe linux-cifs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to