]> Git Repo - linux.git/commitdiff
SUNRPC,RPCSEC_GSS: spkm3--fix config dependencies
authorJ. Bruce Fields <[email protected]>
Tue, 21 Mar 2006 04:25:10 +0000 (23:25 -0500)
committerTrond Myklebust <[email protected]>
Tue, 21 Mar 2006 04:25:10 +0000 (23:25 -0500)
Add default selection of CRYPTO_CAST5 when selecting RPCSEC_GSS_SPKM3.

Signed-off-by: Kevin Coffman <[email protected]>
Signed-off-by: J. Bruce Fields <[email protected]>
Signed-off-by: Trond Myklebust <[email protected]>
fs/Kconfig

index e9749b0eecd8a27e5a1d09ece2eee57e63c14529..9a4158f2a3acecc9e97ffced3162fd68c3a28305 100644 (file)
@@ -1567,6 +1567,7 @@ config RPCSEC_GSS_SPKM3
        select CRYPTO
        select CRYPTO_MD5
        select CRYPTO_DES
+       select CRYPTO_CAST5
        help
          Provides for secure RPC calls by means of a gss-api
          mechanism based on the SPKM3 public-key mechanism.
This page took 0.049569 seconds and 4 git commands to generate.