[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080515212856.GB3081@Chamillionaire.breakpoint.cc>
Date: Thu, 15 May 2008 23:28:56 +0200
From: Sebastian Siewior <linux-crypto@...breakpoint.cc>
To: Randy Dunlap <RANDY.DUNLAP@...CLE.COM>
Cc: herbert@...dor.apana.org.au, linux-next@...r.kernel.org,
linux-kernel@...r.kernel.org, Loc Ho <lho@...c.com>
Subject: [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>
---
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