lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 15 May 2008 17:33:54 -0500 (CDT)
From:	Randy Dunlap <RANDY.DUNLAP@...CLE.COM>
To:	Sebastian Siewior <linux-crypto@...breakpoint.cc>
Cc:	linux-kernel@...r.kernel.org, Loc Ho <lho@...c.com>,
	herbert@...dor.apana.org.au, linux-next@...r.kernel.org
Subject: Re: [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@...akpoint.cc>

Acked-by: Randy Dunlap <randy.dunlap@...cle.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
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ