]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - crypto/serpent.c
[CRYPTO] Use standard byte order macros wherever possible
[linux-2.6-omap-h63xx.git] / crypto / serpent.c
index 3cf2c5067eea821a24bc60638feee720c68e2c8d..a950ff85f632a486e282472e1b0a89f7194ac6b4 100644 (file)
@@ -20,6 +20,7 @@
 #include <linux/errno.h>
 #include <asm/byteorder.h>
 #include <linux/crypto.h>
+#include <linux/types.h>
 
 /* Key is padded to the maximum of 256 bits before round key generation.
  * Any key length <= 256 bits (32 bytes) is allowed by the algorithm.