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
[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