Skip to content

Commit d8e97cc

Browse files
Eric Biggerschucklever
authored andcommitted
SUNRPC: Make RPCSEC_GSS_KRB5 select CRYPTO instead of depending on it
Make RPCSEC_GSS_KRB5 select CRYPTO instead of depending on it. This unblocks the eventual removal of the selection of CRYPTO from NFSD_V4, which will no longer be needed by nfsd itself due to switching to the crypto library functions. But NFSD_V4 selects RPCSEC_GSS_KRB5, which still needs CRYPTO. It makes more sense for RPCSEC_GSS_KRB5 to select CRYPTO itself, like most other kconfig options that need CRYPTO do. Signed-off-by: Eric Biggers <[email protected]> Acked-by: Jeff Layton <[email protected]> Signed-off-by: Chuck Lever <[email protected]>
1 parent 6304aff commit d8e97cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

net/sunrpc/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ config SUNRPC_SWAP
1818

1919
config RPCSEC_GSS_KRB5
2020
tristate "Secure RPC: Kerberos V mechanism"
21-
depends on SUNRPC && CRYPTO
21+
depends on SUNRPC
2222
default y
2323
select SUNRPC_GSS
24+
select CRYPTO
2425
select CRYPTO_SKCIPHER
2526
select CRYPTO_HASH
2627
help

0 commit comments

Comments
 (0)