net/built-in.o: In function `rxrpc_destroy_s':
ar-key.c:(.text+0x653cd): undefined reference to `crypto_free_tfm'
net/built-in.o: In function `rxrpc_instantiate_s':
ar-key.c:(.text+0x65496): undefined reference to `crypto_alloc_base'

Signed-off-by: Sebastian Siewior <[EMAIL PROTECTED]>
---
 net/rxrpc/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/rxrpc/Kconfig b/net/rxrpc/Kconfig
index e662f1d..60c4738 100644
--- a/net/rxrpc/Kconfig
+++ b/net/rxrpc/Kconfig
@@ -6,6 +6,7 @@ config AF_RXRPC
        tristate "RxRPC session sockets"
        depends on INET && EXPERIMENTAL
        select KEYS
+       select CRYPTO
        help
          Say Y or M here to include support for RxRPC session sockets (just
          the transport part, not the presentation part: (un)marshalling is
@@ -31,7 +32,6 @@ config AF_RXRPC_DEBUG
 config RXKAD
        tristate "RxRPC Kerberos security"
        depends on AF_RXRPC
-       select CRYPTO
        select CRYPTO_MANAGER
        select CRYPTO_BLKCIPHER
        select CRYPTO_PCBC
-- 
1.5.3.4

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to