diff options
Diffstat (limited to 'include/linux/cryptohash.h')
| -rw-r--r-- | include/linux/cryptohash.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/cryptohash.h b/include/linux/cryptohash.h index 2cd9f1cf9fa3..f4754282c9c2 100644 --- a/include/linux/cryptohash.h +++ b/include/linux/cryptohash.h | |||
| @@ -1,6 +1,8 @@ | |||
| 1 | #ifndef __CRYPTOHASH_H | 1 | #ifndef __CRYPTOHASH_H |
| 2 | #define __CRYPTOHASH_H | 2 | #define __CRYPTOHASH_H |
| 3 | 3 | ||
| 4 | #include <uapi/linux/types.h> | ||
| 5 | |||
| 4 | #define SHA_DIGEST_WORDS 5 | 6 | #define SHA_DIGEST_WORDS 5 |
| 5 | #define SHA_MESSAGE_BYTES (512 /*bits*/ / 8) | 7 | #define SHA_MESSAGE_BYTES (512 /*bits*/ / 8) |
| 6 | #define SHA_WORKSPACE_WORDS 16 | 8 | #define SHA_WORKSPACE_WORDS 16 |
