summaryrefslogtreecommitdiffstats
path: root/include/net/esp.h
diff options
context:
space:
mode:
authorMathias Krause <mathias.krause@secunet.com>2013-10-18 12:09:04 +0200
committerSteffen Klassert <steffen.klassert@secunet.com>2013-10-29 06:39:42 +0100
commit123b0d1ba0a98ef12550d82b79ccb8d89090f871 (patch)
tree0736319cd06a3bb314a297376bef78cd3ae67265 /include/net/esp.h
parent4d53eff48b5f03ce67f4f301d6acca1d2145cb7a (diff)
downloadlinux-123b0d1ba0a98ef12550d82b79ccb8d89090f871.tar.gz
linux-123b0d1ba0a98ef12550d82b79ccb8d89090f871.tar.xz
net: esp{4,6}: remove padlen from struct esp_data
The padlen member of struct esp_data is always zero. Get rid of it. Signed-off-by: Mathias Krause <mathias.krause@secunet.com> Cc: Steffen Klassert <steffen.klassert@secunet.com> Cc: Herbert Xu <herbert@gondor.apana.org.au> Cc: "David S. Miller" <davem@davemloft.net> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'include/net/esp.h')
-rw-r--r--include/net/esp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/esp.h b/include/net/esp.h
index 1356dda00d22..706b740d7057 100644
--- a/include/net/esp.h
+++ b/include/net/esp.h
@@ -6,9 +6,6 @@
struct crypto_aead;
struct esp_data {
- /* 0..255 */
- int padlen;
-
/* Confidentiality & Integrity */
struct crypto_aead *aead;
};