hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/net/rxrpc/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # RxRPC session sockets
34 #
....@@ -17,7 +18,7 @@
1718 This module at the moment only supports client operations and is
1819 currently incomplete.
1920
20
- See Documentation/networking/rxrpc.txt.
21
+ See Documentation/networking/rxrpc.rst.
2122
2223 config AF_RXRPC_IPV6
2324 bool "IPv6 support for RxRPC"
....@@ -40,7 +41,7 @@
4041 help
4142 Say Y here to make runtime controllable debugging messages appear.
4243
43
- See Documentation/networking/rxrpc.txt.
44
+ See Documentation/networking/rxrpc.rst.
4445
4546
4647 config RXKAD
....@@ -48,11 +49,11 @@
4849 depends on AF_RXRPC
4950 select CRYPTO
5051 select CRYPTO_MANAGER
51
- select CRYPTO_BLKCIPHER
52
+ select CRYPTO_SKCIPHER
5253 select CRYPTO_PCBC
5354 select CRYPTO_FCRYPT
5455 help
5556 Provide kerberos 4 and AFS kaserver security handling for AF_RXRPC
5657 through the use of the key retention service.
5758
58
- See Documentation/networking/rxrpc.txt.
59
+ See Documentation/networking/rxrpc.rst.