lkml.org 
[lkml]   [2003]   [May]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
Subject[PATCH] Added missing dependencies on CRYPTO_HMAC
From
Trivial patch which makes INET?_{AH,ESP} depend on CRYPTO_HMAC.
--
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Index: net/ipv4/Kconfig
===================================================================
RCS file: /home/gondolin/herbert/src/CVS/debian/kernel-source-2.5/net/ipv4/Kconfig,v
retrieving revision 1.1.1.4
diff -u -r1.1.1.4 Kconfig
--- net/ipv4/Kconfig 4 May 2003 23:53:36 -0000 1.1.1.4
+++ net/ipv4/Kconfig 18 May 2003 02:04:06 -0000
@@ -350,6 +350,7 @@

config INET_AH
tristate "IP: AH transformation"
+ depends on INET && CRYPTO_HMAC
---help---
Support for IPsec AH.

@@ -357,6 +358,7 @@

config INET_ESP
tristate "IP: ESP transformation"
+ depends on INET && CRYPTO_HMAC
---help---
Support for IPsec ESP.

@@ -364,6 +366,7 @@

config INET_IPCOMP
tristate "IP: IPComp transformation"
+ depends on INET
---help---
Support for IP Paylod Compression (RFC3173), typically needed
for IPsec.
Index: net/ipv6/Kconfig
===================================================================
RCS file: /home/gondolin/herbert/src/CVS/debian/kernel-source-2.5/net/ipv6/Kconfig,v
retrieving revision 1.1.1.3
diff -u -r1.1.1.3 Kconfig
--- net/ipv6/Kconfig 24 Mar 2003 22:00:39 -0000 1.1.1.3
+++ net/ipv6/Kconfig 18 May 2003 02:04:26 -0000
@@ -19,7 +19,7 @@

config INET6_AH
tristate "IPv6: AH transformation"
- depends on IPV6
+ depends on IPV6 && CRYPTO_HMAC
---help---
Support for IPsec AH.

@@ -27,7 +27,7 @@

config INET6_ESP
tristate "IPv6: ESP transformation"
- depends on IPV6
+ depends on IPV6 && CRYPTO_HMAC
---help---
Support for IPsec ESP.
\
 
 \ /
  Last update: 2005-03-22 13:35    [W:0.077 / U:0.120 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site