crypto: sha - split sha.h into sha1.h and sha2.h
[linux-block.git] / drivers / crypto / omap-sham.c
index a3b38d2c92e70b9a6edb9cc98f56553ddd12a78e..ae0d320d3c60d5f0a32c9f602200b27c486b810f 100644 (file)
@@ -35,7 +35,8 @@
 #include <linux/crypto.h>
 #include <crypto/scatterwalk.h>
 #include <crypto/algapi.h>
-#include <crypto/sha.h>
+#include <crypto/sha1.h>
+#include <crypto/sha2.h>
 #include <crypto/hash.h>
 #include <crypto/hmac.h>
 #include <crypto/internal/hash.h>