[CRYPTO] users: Select ECB/CBC where needed
authorPatrick McHardy <kaber@trash.net>
Wed, 25 Oct 2006 06:49:36 +0000 (16:49 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 25 Oct 2006 06:51:05 +0000 (16:51 +1000)
CRYPTO_MANAGER is selected automatically by CONFIG_ECB and CONFIG_CBC.

config CRYPTO_ECB
        tristate "ECB support"
        select CRYPTO_BLKCIPHER
        select CRYPTO_MANAGER

I've added CONFIG_ECB to the ones you mentioned and CONFIG_CBC to
gssapi.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/net/Kconfig
fs/Kconfig
net/ieee80211/Kconfig

index e2ed24918a589fd7f0d0414597f8cc974a4d48fc..e38846eb51faa95e606b3f5e555e0a54137fb63d 100644 (file)
@@ -2717,6 +2717,7 @@ config PPP_MPPE
        select CRYPTO
        select CRYPTO_SHA1
        select CRYPTO_ARC4
+       select CRYPTO_ECB
        ---help---
          Support for the MPPE Encryption protocol, as employed by the
         Microsoft Point-to-Point Tunneling Protocol.
index fee318e6f4bb30e8b40c932c103caf857bbc77b1..133dcc8a4150fbaa6ceb432939fb2c4c9e9910a7 100644 (file)
@@ -1777,6 +1777,7 @@ config RPCSEC_GSS_KRB5
        select CRYPTO
        select CRYPTO_MD5
        select CRYPTO_DES
+       select CRYPTO_CBC
        help
          Provides for secure RPC calls by means of a gss-api
          mechanism based on Kerberos V5. This is required for
@@ -1795,6 +1796,7 @@ config RPCSEC_GSS_SPKM3
        select CRYPTO_MD5
        select CRYPTO_DES
        select CRYPTO_CAST5
+       select CRYPTO_CBC
        help
          Provides for secure RPC calls by means of a gss-api
          mechanism based on the SPKM3 public-key mechanism.
index f7e84e9d13ad347d7e56a5d9db76b4d70744d8c7..a64be6cdf078f3226d3478ceb700964441073107 100644 (file)
@@ -32,6 +32,7 @@ config IEEE80211_CRYPT_WEP
        depends on IEEE80211
        select CRYPTO
        select CRYPTO_ARC4
+       select CRYPTO_ECB
        select CRC32
        ---help---
        Include software based cipher suites in support of IEEE
@@ -58,6 +59,7 @@ config IEEE80211_CRYPT_TKIP
        depends on IEEE80211 && NET_RADIO
        select CRYPTO
        select CRYPTO_MICHAEL_MIC
+       select CRYPTO_ECB
        select CRC32
        ---help---
        Include software based cipher suites in support of IEEE 802.11i