netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [net] RxRPC session sockets depend on crypto
@ 2007-12-01 12:20 Sebastian Siewior
  0 siblings, 0 replies; only message in thread
From: Sebastian Siewior @ 2007-12-01 12:20 UTC (permalink / raw)
  To: netdev; +Cc: davem, herbert

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 <sebastian@breakpoint.cc>
---
 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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2007-12-01 12:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-01 12:20 [PATCH] [net] RxRPC session sockets depend on crypto Sebastian Siewior

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).