Subject: [PATCH] [crypto] tcrypt depends on AEAD

ERROR: "crypto_aead_setauthsize" [crypto/tcrypt.ko] undefined!
ERROR: "crypto_alloc_aead" [crypto/tcrypt.ko] undefined!

Signed-off-by: Sebastian Siewior <[email protected]>
---
crypto/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/crypto/Kconfig b/crypto/Kconfig
index b0481f7..93ad53a 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -568,6 +568,7 @@ config CRYPTO_TEST
tristate "Testing module"
depends on m
select CRYPTO_ALGAPI
+ select CRYPTO_AEAD
help
Quick & dirty crypto test module.

--
1.5.3.4


2007-12-17 16:08:47

by Herbert Xu

[permalink] [raw]
Subject: Re: [PATCH] [crypto] tcrypt depends on AEAD

On Sun, Dec 16, 2007 at 09:29:25PM +0100, Sebastian Siewior wrote:
> ERROR: "crypto_aead_setauthsize" [crypto/tcrypt.ko] undefined!
> ERROR: "crypto_alloc_aead" [crypto/tcrypt.ko] undefined!
>
> Signed-off-by: Sebastian Siewior <[email protected]>

Patch applied. Thanks Sebastian.
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt