From: Sebastian Siewior <netdev@ml.breakpoint.cc>
To: netdev@vger.kernel.org
Cc: davem@davemloft.net, herbert@gondor.apana.org.au
Subject: [PATCH] [net] RxRPC session sockets depend on crypto
Date: Sat, 1 Dec 2007 13:20:12 +0100 [thread overview]
Message-ID: <20071201122012.GC8048@Chamillionaire.breakpoint.cc> (raw)
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
reply other threads:[~2007-12-01 12:20 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20071201122012.GC8048@Chamillionaire.breakpoint.cc \
--to=netdev@ml.breakpoint.cc \
--cc=davem@davemloft.net \
--cc=herbert@gondor.apana.org.au \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).