X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fnet%2Fipcomp.h;h=e651a57ecdd57e1545ea1e494f9b9e24264d1d27;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=e94a6488a7eeebb576260fe189c62f64912c4171;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/include/net/ipcomp.h b/include/net/ipcomp.h index e94a6488a..e651a57ec 100644 --- a/include/net/ipcomp.h +++ b/include/net/ipcomp.h @@ -5,8 +5,7 @@ struct ipcomp_data { u16 threshold; - u8 *scratch; - struct crypto_tfm *tfm; + struct crypto_tfm **tfms; }; #endif