lists.openwall.net   lists  /  announce  john-users  owl-users  popa3d-users  /  xvendor  oss-security  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4 
Open Source and information security mailing list archives
 
This website is powered by Openwall GNU/*/Linux security-enhanced OS
[<prev] [next>] [month] [year] [list]
Date:	Sat, 1 Dec 2007 13:19:53 +0100
From:	Sebastian Siewior <netdev@...breakpoint.cc>
To:	netdev@...r.kernel.org
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

Hosted by DataForce ISP - Powered by Openwall GNU/*/Linux