Re: ipv4 ipsec
From: Edgar E Iglesias <hidden>
Date: 2005-06-01 00:02:59
On Tue, May 31, 2005 at 04:47:41PM -0700, David S. Miller wrote:
From: Edgar E Iglesias <redacted> Date: Wed, 1 Jun 2005 01:23:40 +0200quoted
oh sorry, I hope I get it right this time :)Your email client has mangled the tab characters into spaces in the patch, so the patch still will not apply correctly. Please fix this.
One more try.. sorry
Best regards
--
Programmer
Edgar E Iglesias [off-list ref] 46.46.272.1946
Signed-off-by: Edgar E Iglesias <redacted>
-----
--- linux-2.6.11-gentoo-r6/net/ipv4/esp4.c 2005-04-14 21:39:32.000000000 +0200
+++ linux-2.6.11-gentoo-r9/net/ipv4/esp4.c 2005-06-01 00:38:55.000000000 +0200@@ -480,7 +480,7 @@ { struct xfrm_decap_state decap; - if (sizeof(struct esp_decap_data) < + if (sizeof(struct esp_decap_data) > sizeof(decap.decap_data)) { extern void decap_data_too_small(void);