All of lore.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <RANDY.DUNLAP@ORACLE.COM>
To: Sebastian Siewior <linux-crypto@ml.breakpoint.cc>
Cc: linux-kernel@vger.kernel.org, Loc Ho <lho@amcc.com>,
	herbert@gondor.apana.org.au, linux-next@vger.kernel.org
Subject: Re: [PATCH] crypto: fix cryptd build fix due to missing ahash
Date: Thu, 15 May 2008 17:33:54 -0500 (CDT)	[thread overview]
Message-ID: <31763212.1210890834426.JavaMail.oracle@acsmt305.oracle.com> (raw)
In-Reply-To: <20080515212856.GB3081@Chamillionaire.breakpoint.cc>


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

  reply	other threads:[~2008-05-15 22:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-15 19:12 next-20080515 crypto build failure Randy Dunlap
2008-05-15 21:28 ` [PATCH] crypto: fix cryptd build fix due to missing ahash Sebastian Siewior
2008-05-15 22:33   ` Randy Dunlap [this message]
2008-05-16  1:39     ` Herbert Xu

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=31763212.1210890834426.JavaMail.oracle@acsmt305.oracle.com \
    --to=randy.dunlap@oracle.com \
    --cc=herbert@gondor.apana.org.au \
    --cc=lho@amcc.com \
    --cc=linux-crypto@ml.breakpoint.cc \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@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.