ipv4: don't remove /proc/net/rt_acct
[safe/jmp/linux-2.6] / include / linux / cryptohash.h
index c118b2a..ec78a4b 100644 (file)
@@ -2,6 +2,7 @@
 #define __CRYPTOHASH_H
 
 #define SHA_DIGEST_WORDS 5
+#define SHA_MESSAGE_BYTES (512 /*bits*/ / 8)
 #define SHA_WORKSPACE_WORDS 80
 
 void sha_init(__u32 *buf);