crypto: sha - split sha.h into sha1.h and sha2.h
[linux-block.git] / drivers / crypto / img-hash.c
index 91f555ccbb319eff9926d68e62401c1ff164de85..e813115d5432684e9c844f3eb99cbf1d77c6de95 100644 (file)
@@ -19,7 +19,8 @@
 
 #include <crypto/internal/hash.h>
 #include <crypto/md5.h>
-#include <crypto/sha.h>
+#include <crypto/sha1.h>
+#include <crypto/sha2.h>
 
 #define CR_RESET                       0
 #define CR_RESET_SET                   1