projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a7dafb
)
[CRYPTO] tcrypt: Add select of AEAD
author
Sebastian Siewior
<sebastian@breakpoint.cc>
Mon, 17 Dec 2007 16:08:27 +0000
(
00:08
+0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 10 Jan 2008 21:16:58 +0000
(08:16 +1100)
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>
crypto/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/crypto/Kconfig
b/crypto/Kconfig
index b0481f7b002a9d51e98925748fe4c91552893910..93ad53a84e9544414eae1135110d1b1388385d36 100644
(file)
--- 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.