From: Herbert Xu Date: Tue, 9 Oct 2007 00:13:44 +0000 (-0700) Subject: [IPSEC] esp: Remove keys from esp_data structure X-Git-Tag: v2.6.24-rc1~1454^2~139 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b7137ff8fb49d7bf22dfa248baa0d02ace2c43d;p=pandora-kernel.git [IPSEC] esp: Remove keys from esp_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. This patch also kills the unused auth.icv member. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed