diff options
Diffstat (limited to 'drivers/crypto/qce/sha.h')
-rw-r--r-- | drivers/crypto/qce/sha.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/crypto/qce/sha.h b/drivers/crypto/qce/sha.h index d63526e3804d..a22695361f16 100644 --- a/drivers/crypto/qce/sha.h +++ b/drivers/crypto/qce/sha.h @@ -7,7 +7,8 @@ #define _SHA_H_ #include <crypto/scatterwalk.h> -#include <crypto/sha.h> +#include <crypto/sha1.h> +#include <crypto/sha2.h> #include "common.h" #include "core.h" |