X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fnet%2Fipcomp.h;h=87c1af3e5e8243be480e0cec57860242c722a914;hb=a2f44b27303a5353859d77a3e96a1d3f33f56ab7;hp=e651a57ecdd57e1545ea1e494f9b9e24264d1d27;hpb=134734d875a0a48d994ef20b9905209b4b8b6f75;p=linux-2.6.git diff --git a/include/net/ipcomp.h b/include/net/ipcomp.h index e651a57ec..87c1af3e5 100644 --- a/include/net/ipcomp.h +++ b/include/net/ipcomp.h @@ -1,11 +1,14 @@ #ifndef _NET_IPCOMP_H #define _NET_IPCOMP_H +#include +#include + #define IPCOMP_SCRATCH_SIZE 65400 struct ipcomp_data { u16 threshold; - struct crypto_tfm **tfms; + struct crypto_comp **tfms; }; #endif