Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d5a784b3719ae364f49ecff12a0248f6e4252720
Commit:     d5a784b3719ae364f49ecff12a0248f6e4252720
Parent:     75e7766680b4b196073bdc941b8a6570b9f777af
Author:     David Howells <[EMAIL PROTECTED]>
AuthorDate: Fri Nov 30 23:06:40 2007 +1100
Committer:  Herbert Xu <[EMAIL PROTECTED]>
CommitDate: Fri Nov 30 23:30:40 2007 +1100

    [RXRPC]: Add missing select on CRYPTO
    
    AF_RXRPC uses the crypto services, so should depend on or select CRYPTO.
    
    Signed-off-by: David Howells <[EMAIL PROTECTED]>
    Signed-off-by: Herbert Xu <[EMAIL PROTECTED]>
---
 net/rxrpc/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/net/rxrpc/Kconfig b/net/rxrpc/Kconfig
index e662f1d..0d3103c 100644
--- a/net/rxrpc/Kconfig
+++ b/net/rxrpc/Kconfig
@@ -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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to