Skip to content

Commit 324be6d

Browse files
committed
Revert "SUNRPC: Make RPCSEC_GSS_KRB5 select CRYPTO instead of depending on it"
Geert reports: > This is now commit d8e97cc ("SUNRPC: Make RPCSEC_GSS_KRB5 > select CRYPTO instead of depending on it") in v6.18-rc1. > As RPCSEC_GSS_KRB5 defaults to "y", CRYPTO is now auto-enabled in > defconfigs that didn't enable it before. Revert while we work out a proper solution and then test it. Reported-by: Geert Uytterhoeven <geert@linux-m68k.org> Closes: https://lore.kernel.org/linux-nfs/b97cea29-4ab7-4fb6-85ba-83f9830e524f@kernel.org/T/#t Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
1 parent 1cff14b commit 324be6d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

net/sunrpc/Kconfig

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

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

0 commit comments

Comments
 (0)