vserver 1.9.3
[linux-2.6.git] / include / net / ipcomp.h
index e94a648..e651a57 100644 (file)
@@ -5,8 +5,7 @@
 
 struct ipcomp_data {
        u16 threshold;
-       u8 *scratch;
-       struct crypto_tfm *tfm;
+       struct crypto_tfm **tfms;
 };
 
 #endif