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 <[EMAIL PROTECTED]>
---
 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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to