commit | bc31d3b2c7d7f2a03721a05cb3c9a3ce8b1e2e5a | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Mon Oct 08 17:14:34 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:54:53 2007 -0700 |
tree | 4e72919c351590c8276534e797eae8260d20f28c | |
parent | 4b7137ff8fb49d7bf22dfa248baa0d02ace2c43d [diff] |
[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>