Re: [PATCH 2/7] [IPSEC] ah: Remove keys from ah_data structure

2007-10-08 Thread David Miller
From: Herbert Xu <[EMAIL PROTECTED]> Date: Mon, 08 Oct 2007 19:29:38 +0800 > [IPSEC] ah: Remove keys from ah_data structure > > The keys are only used during initialisation so we don't need to carry them > in esp_data. Since we don't have to allocate them again, there is no need > to place a lim

[PATCH 2/7] [IPSEC] ah: Remove keys from ah_data structure

2007-10-08 Thread Herbert Xu
[IPSEC] ah: Remove keys from ah_data structure The keys are only used during initialisation so we don't need to carry them in esp_data. Since we don't have to allocate them again, there is no need to place a limit on the authentication key length anymore. Signed-off-by: Herbert Xu <[EMAIL PROTEC