Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34205
b: refs/heads/master
c: 9409f38
h: refs/heads/master
i:
  34203: b67715d
v: v3
  • Loading branch information
Herbert Xu committed Sep 21, 2006
1 parent 6f66ea7 commit f3d63db
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6521f30273fbec65146a0f16de74b7b402b0f7b0
refs/heads/master: 9409f38a0c8773c04bff8dda8c552d7ea013d956
1 change: 1 addition & 0 deletions trunk/include/net/ah.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef _NET_AH_H
#define _NET_AH_H

#include <linux/crypto.h>
#include <net/xfrm.h>

/* This is the maximum truncated ICV length that we know of. */
Expand Down
1 change: 1 addition & 0 deletions trunk/include/net/esp.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef _NET_ESP_H
#define _NET_ESP_H

#include <linux/crypto.h>
#include <net/xfrm.h>
#include <asm/scatterlist.h>

Expand Down
4 changes: 4 additions & 0 deletions trunk/include/net/ipcomp.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
#ifndef _NET_IPCOMP_H
#define _NET_IPCOMP_H

#include <linux/types.h>

#define IPCOMP_SCRATCH_SIZE 65400

struct crypto_tfm;

struct ipcomp_data {
u16 threshold;
struct crypto_tfm **tfms;
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/net/xfrm.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include <linux/list.h>
#include <linux/skbuff.h>
#include <linux/socket.h>
#include <linux/crypto.h>
#include <linux/pfkeyv2.h>
#include <linux/in6.h>
#include <linux/mutex.h>
Expand Down Expand Up @@ -985,6 +984,7 @@ extern struct xfrm_algo_desc *xfrm_ealg_get_byname(char *name, int probe);
extern struct xfrm_algo_desc *xfrm_calg_get_byname(char *name, int probe);

struct crypto_tfm;
struct scatterlist;
typedef void (icv_update_fn_t)(struct crypto_tfm *, struct scatterlist *, unsigned int);

extern void skb_icv_walk(const struct sk_buff *skb, struct crypto_tfm *tfm,
Expand Down
1 change: 1 addition & 0 deletions trunk/net/xfrm/xfrm_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*
*/

#include <linux/crypto.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/types.h>
Expand Down

0 comments on commit f3d63db

Please sign in to comment.