summaryrefslogtreecommitdiff
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorAdrian-Ken Rueegsegger <ken@codelabs.ch>2008-12-07 19:35:38 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2008-12-25 11:02:24 +1100
commit4e24a15c5720bd02bf2aa9c37bd595ce174f54f0 (patch)
treee5e2f1741b0f9ca6670f31107abe5c4c3f780290 /crypto/Kconfig
parent2f31cffea5e487aad01ba2a615c629a6566d7794 (diff)
downloadlinux-crypto-4e24a15c5720bd02bf2aa9c37bd595ce174f54f0.tar.gz
linux-crypto-4e24a15c5720bd02bf2aa9c37bd595ce174f54f0.zip
crypto: michael_mic - Switch to shash
This patch changes michael_mic to the new shash interface. Signed-off-by: Adrian-Ken Rueegsegger <ken@codelabs.ch> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r--crypto/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index bc29216a..3f88a526 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -288,7 +288,7 @@ config CRYPTO_MD5
config CRYPTO_MICHAEL_MIC
tristate "Michael MIC keyed digest algorithm"
- select CRYPTO_ALGAPI
+ select CRYPTO_HASH
help
Michael MIC is used for message integrity protection in TKIP
(IEEE 802.11i). This algorithm is required for TKIP, but it