Browse Source

[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 <sebastian@breakpoint.cc>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Sebastian Siewior 17 years ago
parent
commit
d1cda4e396
1 changed files with 1 additions and 0 deletions
  1. 1 0
      crypto/Kconfig

+ 1 - 0
crypto/Kconfig

@@ -568,6 +568,7 @@ config CRYPTO_TEST
 	tristate "Testing module"
 	tristate "Testing module"
 	depends on m
 	depends on m
 	select CRYPTO_ALGAPI
 	select CRYPTO_ALGAPI
+	select CRYPTO_AEAD
 	help
 	help
 	  Quick & dirty crypto test module.
 	  Quick & dirty crypto test module.