lkml.org 
[lkml]   [2008]   [May]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] crypto: fix cryptd build fix due to missing ahash

> This was reported by Randy Dunlap:
> |crypto/built-in.o: In function `cryptd_alloc':
> |cryptd.c:(.text+0x9b5a): undefined reference to `crypto_ahash_type'
>
> Signed-off-by: Sebastian Siewior <sebastian@breakpoint.cc>

Acked-by: Randy Dunlap <randy.dunlap@oracle.com>

Thanks.

> ---
> crypto/Kconfig | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/crypto/Kconfig b/crypto/Kconfig
> index 5963a95..ffcd467 100644
> --- a/crypto/Kconfig
> +++ b/crypto/Kconfig
> @@ -66,6 +66,7 @@ config CRYPTO_CRYPTD
> tristate "Software async crypto daemon"
> select CRYPTO_BLKCIPHER
> select CRYPTO_MANAGER
> + select CRYPTO_HASH
> help
> This is a generic software asynchronous crypto daemon that
> converts an arbitrary synchronous software crypto algorithm
> --
> 1.5.4.3
>



\
 
 \ /
  Last update: 2008-05-16 00:39    [W:0.080 / U:0.428 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site