From: Sebastian Siewior Date: Mon, 17 Dec 2007 16:08:27 +0000 (+0800) Subject: [CRYPTO] tcrypt: Add select of AEAD X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=d1cda4e39638e906f022c8ce56f566b617e1f77e;p=deliverable%2Flinux.git [CRYPTO] tcrypt: Add select of AEAD ERROR: "crypto_aead_setauthsize" [crypto/tcrypt.ko] undefined! ERROR: "crypto_alloc_aead" [crypto/tcrypt.ko] undefined! Signed-off-by: Sebastian Siewior Signed-off-by: Herbert Xu --- diff --git a/crypto/Kconfig b/crypto/Kconfig index b0481f7b002a..93ad53a84e95 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.