crypto: sha - split sha.h into sha1.h and sha2.h
[linux-2.6-microblaze.git] / arch / arm / crypto / sha1.h
index 758db3e..b1b7e21 100644 (file)
@@ -3,7 +3,7 @@
 #define ASM_ARM_CRYPTO_SHA1_H
 
 #include <linux/crypto.h>
-#include <crypto/sha.h>
+#include <crypto/sha1.h>
 
 extern int sha1_update_arm(struct shash_desc *desc, const u8 *data,
                           unsigned int len);