crypto: sha - split sha.h into sha1.h and sha2.h
[linux-2.6-microblaze.git] / drivers / crypto / qce / common.c
index 5006e74..a73db2a 100644 (file)
@@ -7,7 +7,8 @@
 #include <linux/interrupt.h>
 #include <linux/types.h>
 #include <crypto/scatterwalk.h>
-#include <crypto/sha.h>
+#include <crypto/sha1.h>
+#include <crypto/sha2.h>
 
 #include "cipher.h"
 #include "common.h"