[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20071201121953.GB8048@Chamillionaire.breakpoint.cc>
Date: Sat, 1 Dec 2007 13:19:53 +0100
From: Sebastian Siewior <netdev@...breakpoint.cc>
To: netdev@...r.kernel.org
Cc: herbert@...dor.apana.org.au, davem@...emloft.net
Subject: [PATCH] [net] xrfm depends on crypto
net/built-in.o: In function `xfrm_find_algo':
xfrm_algo.c:(.text+0x61c82): undefined reference to `crypto_has_alg'
Signed-off-by: Sebastian Siewior <sebastian@...akpoint.cc>
---
net/xfrm/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/net/xfrm/Kconfig b/net/xfrm/Kconfig
index 577a4f8..35ed342 100644
--- a/net/xfrm/Kconfig
+++ b/net/xfrm/Kconfig
@@ -4,6 +4,7 @@
config XFRM
bool
depends on NET
+ select CRYPTO
config XFRM_USER
tristate "Transformation user configuration interface"
--
1.5.3.4
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists