diff options
Diffstat (limited to 'lib/crypto/sha1.c')
-rw-r--r-- | lib/crypto/sha1.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/crypto/sha1.c b/lib/crypto/sha1.c index 1aebe7be9401..ebb60519ae93 100644 --- a/lib/crypto/sha1.c +++ b/lib/crypto/sha1.c @@ -12,7 +12,7 @@ #include <linux/bitops.h> #include <linux/string.h> #include <crypto/sha1.h> -#include <asm/unaligned.h> +#include <linux/unaligned.h> /* * If you have 32 registers or more, the compiler can (and should) @@ -137,4 +137,5 @@ void sha1_init(__u32 *buf) } EXPORT_SYMBOL(sha1_init); +MODULE_DESCRIPTION("SHA-1 Algorithm"); MODULE_LICENSE("GPL"); |