diff options
| author | David S. Miller <davem@davemloft.net> | 2013-11-02 02:13:48 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2013-11-02 02:13:48 -0400 |
| commit | 296c10639a33941d0090afa17b7535fcbf81d97a (patch) | |
| tree | f85819ef71b07bcf004c7971fa66c9f68a45bd74 /include | |
| parent | e139862eeec985d7139b11b09deeb9a32e3f3af2 (diff) | |
| parent | 1c5ad13f7c2b2afe30e43858d04fff979dc9d243 (diff) | |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
Conflicts:
net/xfrm/xfrm_policy.c
Minor merge conflict in xfrm_policy.c, consisting of overlapping
changes which were trivial to resolve.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/esp.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/net/esp.h b/include/net/esp.h index 1356dda00d22..c92213c38312 100644 --- a/include/net/esp.h +++ b/include/net/esp.h | |||
| @@ -3,16 +3,6 @@ | |||
| 3 | 3 | ||
| 4 | #include <linux/skbuff.h> | 4 | #include <linux/skbuff.h> |
| 5 | 5 | ||
| 6 | struct crypto_aead; | ||
| 7 | |||
| 8 | struct esp_data { | ||
| 9 | /* 0..255 */ | ||
| 10 | int padlen; | ||
| 11 | |||
| 12 | /* Confidentiality & Integrity */ | ||
| 13 | struct crypto_aead *aead; | ||
| 14 | }; | ||
| 15 | |||
| 16 | void *pskb_put(struct sk_buff *skb, struct sk_buff *tail, int len); | 6 | void *pskb_put(struct sk_buff *skb, struct sk_buff *tail, int len); |
| 17 | 7 | ||
| 18 | struct ip_esp_hdr; | 8 | struct ip_esp_hdr; |
