Skip to content

Commit

Permalink
[RXRPC]: Add missing select on CRYPTO
Browse files Browse the repository at this point in the history
AF_RXRPC uses the crypto services, so should depend on or select CRYPTO.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
David Howells authored and Herbert Xu committed Nov 30, 2007
1 parent 75e7766 commit d5a784b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/rxrpc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
config AF_RXRPC
tristate "RxRPC session sockets"
depends on INET && EXPERIMENTAL
select CRYPTO
select KEYS
help
Say Y or M here to include support for RxRPC session sockets (just
Expand Down

0 comments on commit d5a784b

Please sign in to comment.