]> err.no Git - linux-2.6/blobdiff - include/net/ipcomp.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
[linux-2.6] / include / net / ipcomp.h
index e651a57ecdd57e1545ea1e494f9b9e24264d1d27..87c1af3e5e8243be480e0cec57860242c722a914 100644 (file)
@@ -1,11 +1,14 @@
 #ifndef _NET_IPCOMP_H
 #define _NET_IPCOMP_H
 
+#include <linux/crypto.h>
+#include <linux/types.h>
+
 #define IPCOMP_SCRATCH_SIZE     65400
 
 struct ipcomp_data {
        u16 threshold;
-       struct crypto_tfm **tfms;
+       struct crypto_comp **tfms;
 };
 
 #endif