diff options
author | Adrian-Ken Rueegsegger <ken@codelabs.ch> | 2008-12-07 19:35:38 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2008-12-25 11:02:24 +1100 |
commit | 19e2bf146759aea38fd6c2daea08cb7a6367149b (patch) | |
tree | b8b49a02dc72ddf29f36bbfdc3d80056a64aea09 /crypto/Kconfig | |
parent | 4946510baac6aaa8658528e3deefc7e9ba2951a9 (diff) | |
download | linux-3.10-19e2bf146759aea38fd6c2daea08cb7a6367149b.tar.gz linux-3.10-19e2bf146759aea38fd6c2daea08cb7a6367149b.tar.bz2 linux-3.10-19e2bf146759aea38fd6c2daea08cb7a6367149b.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/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index bc29216aaad..3f88a526d2d 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 |