[IPSEC] ah: Remove keys from ah_data structure
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 9 Oct 2007 00:14:34 +0000 (17:14 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:54:53 +0000 (16:54 -0700)
commitbc31d3b2c7d7f2a03721a05cb3c9a3ce8b1e2e5a
tree4e72919c351590c8276534e797eae8260d20f28c
parent4b7137ff8fb49d7bf22dfa248baa0d02ace2c43d
[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 <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ah.h
net/ipv4/ah4.c
net/ipv6/ah6.c