aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/esp.h
diff options
context:
space:
mode:
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 @@
6struct crypto_aead; 6struct crypto_aead;
7 7
8struct esp_data { 8struct esp_data {
9 /* 0..255 */
10 int padlen;
11
12 /* Confidentiality & Integrity */ 9 /* Confidentiality & Integrity */
13 struct crypto_aead *aead; 10 struct crypto_aead *aead;
14}; 11};